Browse Source

Remove shortcut Leadq to quit context

master
Arun Prakash Jana 5 years ago
parent
commit
318ddd2ca6
No known key found for this signature in database GPG Key ID: A75979F35C080412
2 changed files with 0 additions and 2 deletions
  1. +0
    -1
      README.md
  2. +0
    -1
      src/nnn.c

+ 0
- 1
README.md View File

@@ -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.



+ 0
- 1
src/nnn.c View File

@@ -3790,7 +3790,6 @@ nochange:
fd = get_input(NULL);

switch (fd) {
case 'q': // fallthrough
case '~': // fallthrough
case '`': // fallthrough
case '-': // fallthrough


Loading…
Cancel
Save