Bladeren bron

Update help

master
Arun Prakash Jana 6 jaren geleden
bovenliggende
commit
6bb6671118
Geen bekende sleutel gevonden voor deze handtekening in de database GPG sleutel-ID: A75979F35C080412
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. +1
    -1
      README.md
  2. +1
    -1
      src/nnn.c

+ 1
- 1
README.md Bestand weergeven

@@ -261,7 +261,7 @@ Press <kbd>?</kbd> in `nnn` to see the list anytime.
! ^] Shell ^N Note L Lock ! ^] Shell ^N Note L Lock
R ^V Pick plugin :K xK Run plugin key K R ^V Pick plugin :K xK Run plugin key K
c SSHFS mount u Unmount c SSHFS mount u Unmount
^P Prompt = Launcher
^P Prompt/run expr = Launcher
``` ```


Note: Help & settings, file details and archive listing are shown in the PAGER. Use the PAGER-specific keys in these screens. Note: Help & settings, file details and archive listing are shown in the PAGER. Use the PAGER-specific keys in these screens.


+ 1
- 1
src/nnn.c Bestand weergeven

@@ -2857,7 +2857,7 @@ static bool show_help(const char *path)
"9! ^] Shell ^N Note L Lock \n" "9! ^] Shell ^N Note L Lock \n"
"9R ^V Pick plugin :K xK Run plugin key K\n" "9R ^V Pick plugin :K xK Run plugin key K\n"
"cc SSHFS mount u Unmount\n" "cc SSHFS mount u Unmount\n"
"b^P Prompt = Launcher\n"};
"b^P Prompt/run expr = Launcher\n"};


fd = create_tmp_file(); fd = create_tmp_file();
if (fd == -1) if (fd == -1)


Laden…
Annuleren
Opslaan