diff options
| author | 2019-09-30 06:35:16 +0530 | |
|---|---|---|
| committer | 2019-09-30 06:35:16 +0530 | |
| commit | 318ddd2ca6bcf6c531c6126f8089320741fc72aa (patch) | |
| tree | e2648a6448bb7ab9fe308699d6a7c61ee79bb2a8 | |
| parent | b340ecc257ec630c589d5e4f5a272c36903eb746 (diff) | |
| download | nnn-318ddd2ca6bcf6c531c6126f8089320741fc72aa.tar.gz | |
Remove shortcut Leadq to quit context
| -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 |