Sfoglia il codice sorgente

Fix #207: use correct description

master
Arun Prakash Jana 6 anni fa
parent
commit
82bb934da8
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: A75979F35C080412
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +1
    -1
      README.md
  2. +1
    -1
      src/nnn.c

+ 1
- 1
README.md Vedi File

@@ -249,7 +249,7 @@ Press <kbd>?</kbd> in `nnn` to see the list anytime.
FILES
^O Open with... n Create new/link
D File details ^R Rename entry
⎵ ^K Copy entry path r Open dir in vidir
⎵ ^K Select entry r Open dir in vidir
^Y Toggle selection y List selection
Y Select all
P Copy selection X Delete selection


+ 1
- 1
src/nnn.c Vedi File

@@ -2423,7 +2423,7 @@ static bool show_help(char *path)
"1FILES\n"
"b^O Open with... n Create new/link\n"
"cD File details ^R Rename entry\n"
"9⎵ ^K Copy entry path r Open dir in vidir\n"
"9⎵ ^K Select entry r Open dir in vidir\n"
"b^Y Toggle selection y List selection\n"
"cY Select all\n"
"cP Copy selection X Delete selection\n"


Loading…
Annulla
Salva