aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.h
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-12-08 16:18:46 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-12-08 16:31:38 +0530
commit71fbf80925e3b8c258f6be4a5fc7d278a60954ac (patch)
tree03a6de486a08ec2286496a63b660693330731ee8 /src/nnn.h
parenta5755ec85540ae400c67634f658d71bb103c0484 (diff)
downloadnnn-71fbf80925e3b8c258f6be4a5fc7d278a60954ac.tar.gz
Changes for running scripts
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 */