diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-01-14 02:26:32 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-01-14 02:26:32 +0530 |
commit | 5bc20f1460ddf02e778c1670c249655c6e3168e8 (patch) | |
tree | d31e5de3a2d2d6fcafe9573cdbfae3e17e829e8e /src/nnn.h | |
parent | d65271860a3e14c36202ebbdcbbe6fbe0e76f61d (diff) | |
download | nnn-5bc20f1460ddf02e778c1670c249655c6e3168e8.tar.gz |
Remove p and e
Diffstat (limited to 'src/nnn.h')
-rw-r--r-- | src/nnn.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 */ |