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 c0c818b..710bc97 100644
--- a/src/nnn.h
+++ b/src/nnn.h
@@ -80,7 +80,7 @@ enum action {
SEL_RENAME,
SEL_RENAMEALL,
SEL_HELP,
- SEL_RUN,
+ SEL_SHELL,
SEL_RUNSCRIPT,
SEL_RUNEDIT,
SEL_RUNPAGE,
@@ -210,8 +210,8 @@ static struct key bindings[] = {
/* Show help */
{ '?', SEL_HELP },
/* Run command */
- { '!', SEL_RUN },
- { CONTROL(']'), SEL_RUN },
+ { '!', SEL_SHELL },
+ { CONTROL(']'), SEL_SHELL },
/* Run a custom script */
{ 'R', SEL_RUNSCRIPT },
/* Run command with argument */