Explorar el Código

Key f for first file

master
Arun Prakash Jana hace 5 años
padre
commit
3416287553
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 2 adiciones y 2 borrados
  1. +1
    -1
      src/nnn.c
  2. +1
    -1
      src/nnn.h

+ 1
- 1
src/nnn.c Ver fichero

@@ -3588,7 +3588,7 @@ static void show_help(const char *path)
"9Up k Up%-16cPgUp ^U Scroll up\n"
"9Dn j Down%-14cPgDn ^D Scroll down\n"
"9Lt h Parent%-12c~ ` @ - HOME, /, start, last\n"
"5Ret Rt l Open%-20c' First file\n"
"5Ret Rt l Open%-20cf First file\n"
"9g ^A Top%-21c. Toggle hidden\n"
"9G ^E End%-21cL Lock terminal\n"
"9b ^/ Bookmark key%-12c, Pin CWD\n"


+ 1
- 1
src/nnn.h Ver fichero

@@ -146,7 +146,7 @@ static struct key bindings[] = {
{ 'G', SEL_END },
{ CONTROL('E'), SEL_END },
/* Go to first file */
{ '\'', SEL_FIRST },
{ 'f', SEL_FIRST },
/* HOME */
{ '~', SEL_CDHOME },
/* Initial directory */


Cargando…
Cancelar
Guardar