aboutsummaryrefslogtreecommitdiffstats
path: root/nnn.c
diff options
context:
space:
mode:
Diffstat (limited to 'nnn.c')
-rw-r--r--nnn.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nnn.c b/nnn.c
index 6a11fa7..9dfad66 100644
--- a/nnn.c
+++ b/nnn.c
@@ -1141,6 +1141,7 @@ filterentries(char *path)
case CONTROL('B'): // fallthrough
case CONTROL('V'): // fallthrough
case CONTROL('J'): // fallthrough
+ case CONTROL('G'): // fallthrough
case CONTROL('X'): // fallthrough
case CONTROL('F'): // fallthrough
case CONTROL('T'):
@@ -1891,7 +1892,7 @@ show_help(char *path)
"d^T | Toggle path quote\n"
"d^L | Redraw, clear prompt\n"
"e? | Help, settings\n"
- "eQ | Quit and cd\n"
+ "aQ, ^G | Quit and cd\n"
"aq, ^X | Quit\n\n");
if (fd == -1)