Explorar el Código

Add F2 for rename (undocumented)

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

+ 1
- 0
src/nnn.h Ver fichero

@@ -223,6 +223,7 @@ static struct key bindings[] = {
{ 'n', SEL_NEW },
/* Show rename prompt */
{ CONTROL('R'), SEL_RENAME },
{ KEY_F(2), SEL_RENAME }, // undocumented
/* Rename contents of current dir */
{ 'r', SEL_RENAMEALL },
/* Connect to server over SSHFS */


Cargando…
Cancelar
Guardar