aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.h
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-05-30 22:02:36 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-05-30 22:02:55 +0530
commit04f9698d863815cb9fde02d6a252f38f91976c5a (patch)
treeeb25ff3ebbfa588638fef6f41e7b37c8cab95763 /src/nnn.h
parent3feae709acdd1434d55f6ce8862eb1490f2f74e2 (diff)
downloadnnn-04f9698d863815cb9fde02d6a252f38f91976c5a.tar.gz
Retire ^S as select plugin
Diffstat (limited to 'src/nnn.h')
-rw-r--r--src/nnn.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nnn.h b/src/nnn.h
index e6ee5e8..a403f29 100644
--- a/src/nnn.h
+++ b/src/nnn.h
@@ -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 },