diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-05-30 22:02:36 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-05-30 22:02:55 +0530 |
commit | 04f9698d863815cb9fde02d6a252f38f91976c5a (patch) | |
tree | eb25ff3ebbfa588638fef6f41e7b37c8cab95763 /src/nnn.h | |
parent | 3feae709acdd1434d55f6ce8862eb1490f2f74e2 (diff) | |
download | nnn-04f9698d863815cb9fde02d6a252f38f91976c5a.tar.gz |
Retire ^S as select plugin
Diffstat (limited to 'src/nnn.h')
-rw-r--r-- | src/nnn.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -240,7 +240,6 @@ static struct key bindings[] = { { 'e', SEL_EDIT }, /* Run a plugin */ { ';', SEL_PLUGIN }, - { CONTROL('S'), SEL_PLUGIN }, /* Run command */ { '!', SEL_SHELL }, { CONTROL(']'), SEL_SHELL }, |