Browse Source

Update program help

master
Arun Prakash Jana 5 years ago
parent
commit
8cccc79b48
No known key found for this signature in database GPG Key ID: A75979F35C080412
2 changed files with 6 additions and 8 deletions
  1. +3
    -4
      README.md
  2. +3
    -4
      src/nnn.c

+ 3
- 4
README.md View File

@@ -247,19 +247,18 @@ Press <kbd>?</kbd> in `nnn` to see the list anytime.
/ Filter Ins ^T Toggle nav-as-you-type
b Pin current dir ^B Go to pinned dir
Tab ^I Next context d Toggle detail view
, ^/ Leader key N LeadN Go to/create context N
, ^/ Leader key N LeadN Enter context N
Esc Exit prompt ^L Redraw/clear prompt
^G Quit and cd q Quit context
Q ^Q Quit ? Help, config
FILES
^O Open with... n Create new/link
D File details ^R Rename entry
⎵ ^K Select entry r Open dir in vidir
⎵ ^K / Y Select entry/all r Open dir in vidir
K ^Y Toggle selection y List selection
Y Select all
P Copy selection X Delete selection
V Move selection ^X Delete entry
f Archive files m M Brief/full media info
f Create archive m M Brief/full mediainfo
^F Extract archive F List archive
e Edit in EDITOR p Open in PAGER
ORDER TOGGLES


+ 3
- 4
src/nnn.c View File

@@ -2410,19 +2410,18 @@ static bool show_help(char *path)
"c/ Filter Ins ^T Toggle nav-as-you-type\n"
"cb Pin current dir ^B Go to pinned dir\n"
"7Tab ^I Next context d Toggle detail view\n"
"9, ^/ Leader key N LeadN Go to/create context N\n"
"9, ^/ Leader key N LeadN Enter context N\n"
"aEsc Exit prompt ^L Redraw/clear prompt\n"
"b^G Quit and cd q Quit context\n"
"9Q ^Q Quit ? Help, config\n"
"1FILES\n"
"b^O Open with... n Create new/link\n"
"cD File details ^R Rename entry\n"
"9⎵ ^K Select entry r Open dir in vidir\n"
"5⎵ ^K / Y Select entry/all r Open dir in vidir\n"
"9K ^Y Toggle selection y List selection\n"
"cY Select all\n"
"cP Copy selection X Delete selection\n"
"cV Move selection ^X Delete entry\n"
"cf Archive files m M Brief/full media info\n"
"cf Create archive m M Brief/full mediainfo\n"
"b^F Extract archive F List archive\n"
"ce Edit in EDITOR p Open in PAGER\n"
"1ORDER TOGGLES\n"


Loading…
Cancel
Save