diff options
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | src/nnn.c | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -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. @@ -3790,7 +3790,6 @@ nochange: fd = get_input(NULL); switch (fd) { - case 'q': // fallthrough case '~': // fallthrough case '`': // fallthrough case '-': // fallthrough |