diff options
author | James Booth <boothj5@gmail.com> | 2014-12-01 22:16:25 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-12-01 22:16:25 +0000 |
commit | 4740f84c2449a53a9d6e8867807f7e5b9eac3ef7 (patch) | |
tree | b568ac8d5195da6616e7b94580a472ee1506d9b6 | |
parent | b704fb17777e647d58b4b97fcf1796d13509d8c5 (diff) | |
download | profani-tty-4740f84c2449a53a9d6e8867807f7e5b9eac3ef7.tar.gz |
Updated navigation help
-rw-r--r-- | src/ui/console.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/console.c b/src/ui/console.c index 55888159..ae0dec97 100644 --- a/src/ui/console.c +++ b/src/ui/console.c @@ -1393,7 +1393,7 @@ _cons_navigation_help(void) cons_show("UP, DOWN : Navigate input history."); cons_show("LEFT, RIGHT, HOME, END : Move cursor in current input."); cons_show("Ctrl-LEFT, Ctrl-RIGHT : Jump word in input."); - cons_show("Alt-Backspace : Delete word in input."); + cons_show("Ctrl-w, Alt-Backspace : Delete previous word in input."); cons_show("ESC : Clear current input."); cons_show("TAB : Autocomplete."); cons_show("PAGE UP, PAGE DOWN : Page the main window."); |