Remove shortcut Leadq to quit context

This commit is contained in:
Arun Prakash Jana 2019-09-30 06:35:16 +05:30
parent b340ecc257
commit 318ddd2ca6
No known key found for this signature in database
GPG Key ID: A75979F35C080412
2 changed files with 0 additions and 2 deletions

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.

View File

@ -3790,7 +3790,6 @@ nochange:
fd = get_input(NULL);
switch (fd) {
case 'q': // fallthrough
case '~': // fallthrough
case '`': // fallthrough
case '-': // fallthrough