Explorar el Código

Update program help

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

+ 2
- 2
README.md Ver fichero

@@ -174,7 +174,7 @@ optional args:
-c cli-only opener
-d detail mode
-e name load session by name
-E EDITOR for undetached edits
-E use EDITOR for undetached edits
-f run filter as cmd on prompt key
-H show hidden files
-i nav-as-you-type mode
@@ -212,7 +212,7 @@ The list below is from the **dev branch**. Press <kbd>?</kbd> in `nnn` to see th
^O Open with... n Create new/link
D File details ^R F2 Rename/duplicate
Space ^J/a Select entry/all r Batch rename
m ^K Sel range, clear M List selection
m ^K Sel range, clear M Show sel buf
P Copy selection K Edit, flush sel
V Move selection w Copy/move sel as
X Del selection ^X Del entry


+ 2
- 2
src/nnn.c Ver fichero

@@ -3436,7 +3436,7 @@ static void show_help(const char *path)
"b^O Open with... n Create new/link\n"
"cD File details ^R F2 Rename/duplicate\n"
"3Space ^J/a Select entry/all r Batch rename\n"
"9m ^K Sel range, clear M List selection\n"
"9m ^K Sel range, clear M Show sel buf\n"
"cP Copy selection K Edit, flush sel\n"
"cV Move selection w Copy/move sel as\n"
"cX Del selection ^X Del entry\n"
@@ -5337,7 +5337,7 @@ static void usage(void)
" -c cli-only opener\n"
" -d detail mode\n"
" -e name load session by name\n"
" -E EDITOR for undetached edits\n"
" -E use EDITOR for undetached edits\n"
" -f run filter as cmd on prompt key\n"
" -H show hidden files\n"
" -i nav-as-you-type mode\n"


Cargando…
Cancelar
Guardar