diff options
Diffstat (limited to 'src/nnn.h')
| -rw-r--r-- | src/nnn.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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, "", "" }, |