diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/nnn.c | 2 | ||||
-rw-r--r-- | src/nnn.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -2298,7 +2298,7 @@ static bool show_help(char *path) "1MISC\n" "8!, ^] Spawn SHELL in dir C Execute entry\n" "8R, ^V Run custom script L Lock terminal\n" - "b^S Run a command N, ^N Take note\n"}; + "b^P Command prompt N, ^N Take note\n"}; if (fd == -1) return FALSE; @@ -219,7 +219,7 @@ static struct key bindings[] = { { 'R', SEL_SCRIPT }, { CONTROL('V'), SEL_SCRIPT }, /* Run a command */ - { CONTROL('S'), SEL_RUNCMD }, + { CONTROL('P'), SEL_RUNCMD }, /* Open in EDITOR or PAGER */ { 'e', SEL_RUNEDIT }, { 'p', SEL_RUNPAGE }, |