aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nnn.h')
-rw-r--r--src/nnn.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nnn.h b/src/nnn.h
index 6463283..e755a6b 100644
--- a/src/nnn.h
+++ b/src/nnn.h
@@ -94,7 +94,6 @@ enum action {
SEL_HELP,
SEL_PLUGKEY,
SEL_PLUGIN,
- SEL_EXEC,
SEL_SHELL,
SEL_LAUNCH,
SEL_RUNCMD,
@@ -246,8 +245,6 @@ static struct key bindings[] = {
/* Run a plugin */
{ 'i', SEL_PLUGIN },
{ CONTROL('V'), SEL_PLUGIN },
- /* Execute file */
- { 'C', SEL_EXEC },
/* Run command */
{ '!', SEL_SHELL },
{ CONTROL(']'), SEL_SHELL },