aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-09-30 06:35:16 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-09-30 06:35:16 +0530
commit318ddd2ca6bcf6c531c6126f8089320741fc72aa (patch)
treee2648a6448bb7ab9fe308699d6a7c61ee79bb2a8
parentb340ecc257ec630c589d5e4f5a272c36903eb746 (diff)
downloadnnn-318ddd2ca6bcf6c531c6126f8089320741fc72aa.tar.gz
Remove shortcut Leadq to quit context
-rw-r--r--README.md1
-rw-r--r--src/nnn.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0c9aa69..1ae6c19 100644
--- a/README.md
+++ b/README.md
@@ -277,7 +277,6 @@ The Leader/Lead key provides a powerful multi-functional navigation mechanism. I
| <kbd>'</kbd> | Go to first file in directory |
| <kbd>~</kbd> <kbd>`</kbd> <kbd>@</kbd> <kbd>-</kbd> | Visit HOME, `/`, start, last visited dir |
| <kbd>.</kbd> | Toggle show hidden files |
-| <kbd>q</kbd> | Quit context |
When the filter is on, <kbd>/</kbd> works as an additional Leader key.
diff --git a/src/nnn.c b/src/nnn.c
index c484e57..07c5a3a 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -3790,7 +3790,6 @@ nochange:
fd = get_input(NULL);
switch (fd) {
- case 'q': // fallthrough
case '~': // fallthrough
case '`': // fallthrough
case '-': // fallthrough