aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.h
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-01-14 02:26:32 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-01-14 02:26:32 +0530
commit5bc20f1460ddf02e778c1670c249655c6e3168e8 (patch)
treed31e5de3a2d2d6fcafe9573cdbfae3e17e829e8e /src/nnn.h
parentd65271860a3e14c36202ebbdcbbe6fbe0e76f61d (diff)
downloadnnn-5bc20f1460ddf02e778c1670c249655c6e3168e8.tar.gz
Remove p and e
Diffstat (limited to 'src/nnn.h')
-rw-r--r--src/nnn.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/nnn.h b/src/nnn.h
index d39f824..efa426b 100644
--- a/src/nnn.h
+++ b/src/nnn.h
@@ -89,8 +89,6 @@ enum action {
SEL_SHELL,
SEL_LAUNCH,
SEL_RUNCMD,
- SEL_RUNEDIT,
- SEL_RUNPAGE,
SEL_LOCK,
SEL_SESSIONS,
SEL_QUITCTX,
@@ -224,9 +222,6 @@ static struct key bindings[] = {
{ '=', SEL_LAUNCH },
/* Run a command */
{ ']', SEL_RUNCMD },
- /* Open in EDITOR or PAGER */
- { 'e', SEL_RUNEDIT },
- { 'p', SEL_RUNPAGE },
/* Lock screen */
{ 'L', SEL_LOCK },
/* Quit a context */