1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04: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("UP, DOWN : Navigate input history.");
cons_show("LEFT, RIGHT, HOME, END : Move cursor in current input."); cons_show("LEFT, RIGHT, HOME, END : Move cursor in current input.");
cons_show("Ctrl-LEFT, Ctrl-RIGHT : Jump word in 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("ESC : Clear current input.");
cons_show("TAB : Autocomplete."); cons_show("TAB : Autocomplete.");
cons_show("PAGE UP, PAGE DOWN : Page the main window."); cons_show("PAGE UP, PAGE DOWN : Page the main window.");