Browse Source

Update help

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

+ 1
- 1
README.md View File

@@ -244,7 +244,7 @@ Press <kbd>?</kbd> in `nnn` to see the list anytime.
/ Filter Ins ^T Toggle nav-as-you-type / Filter Ins ^T Toggle nav-as-you-type
b Pin current dir ^B Go to pinned dir b Pin current dir ^B Go to pinned dir
Tab ^I Next context d Toggle detail view Tab ^I Next context d Toggle detail view
, ^/ Leader key N LeadN Enter context N
, ^/ Leader key N LeadN Context N
Esc Exit prompt ^L Redraw/clear prompt Esc Exit prompt ^L Redraw/clear prompt
^G Quit and cd q Quit context ^G Quit and cd q Quit context
Q ^Q Quit ? Help, config Q ^Q Quit ? Help, config


+ 1
- 1
src/nnn.c View File

@@ -2367,7 +2367,7 @@ static bool show_help(const char *path)
"c/ Filter Ins ^T Toggle nav-as-you-type\n" "c/ Filter Ins ^T Toggle nav-as-you-type\n"
"cb Pin current dir ^B Go to pinned dir\n" "cb Pin current dir ^B Go to pinned dir\n"
"7Tab ^I Next context d Toggle detail view\n" "7Tab ^I Next context d Toggle detail view\n"
"9, ^/ Leader key N LeadN Enter context N\n"
"9, ^/ Leader key N LeadN Context N\n"
"aEsc Exit prompt ^L Redraw/clear prompt\n" "aEsc Exit prompt ^L Redraw/clear prompt\n"
"b^G Quit and cd q Quit context\n" "b^G Quit and cd q Quit context\n"
"9Q ^Q Quit ? Help, config\n" "9Q ^Q Quit ? Help, config\n"


Loading…
Cancel
Save