1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00

Updated navigation help

This commit is contained in:
James Booth 2014-12-01 22:16:25 +00:00
parent b704fb1777
commit 4740f84c24

View File

@ -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.");