]> Sergey Matveev's repositories - nnn.git/commitdiff
Remove shortcut Leadq to quit context
authorArun Prakash Jana <engineerarun@gmail.com>
Mon, 30 Sep 2019 01:05:16 +0000 (06:35 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Mon, 30 Sep 2019 01:05:16 +0000 (06:35 +0530)
README.md
src/nnn.c

index 0c9aa694497a5081e78cfa5d62c9b555b298b688..1ae6c19daf39b755756bcfac6ad7e701a801cf4b 100644 (file)
--- 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.
 
index c484e578306bb931ef5ae2b4ed291bb759cf2e8a..07c5a3ad63dd43bce6843e416bfe5edcfc052ca3 100644 (file)
--- 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