aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nnn.h')
-rw-r--r--src/nnn.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nnn.h b/src/nnn.h
index 9befd59..c8a2cc9 100644
--- a/src/nnn.h
+++ b/src/nnn.h
@@ -222,10 +222,10 @@ static struct key bindings[] = {
/* Show help */
{ '?', SEL_HELP, "", "" },
/* Run command */
- { '!', SEL_RUN, "sh", "SHELL" },
- { CONTROL(']'), SEL_RUN, "sh", "SHELL" },
+ { '!', SEL_RUN, "", "" },
+ { CONTROL(']'), SEL_RUN, "", "" },
/* Run a custom script */
- { 'R', SEL_RUNSCRIPT, "sh", "SHELL" },
+ { 'R', SEL_RUNSCRIPT, "", "" },
/* Run command with argument */
{ 'e', SEL_RUNEDIT, "", "" },
{ 'p', SEL_RUNPAGE, "", "" },