Explorar el Código

Remove shortcut Leadq to quit context

master
Arun Prakash Jana hace 5 años
padre
commit
318ddd2ca6
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: A75979F35C080412
Se han modificado 2 ficheros con 0 adiciones y 2 borrados
  1. +0
    -1
      README.md
  2. +0
    -1
      src/nnn.c

+ 0
- 1
README.md Ver fichero

@@ -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 Ver fichero

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

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


Cargando…
Cancelar
Guardar