Change the help binding to Ctrl-g from Ctrl-h

This is necessary because some terminals send Backspace and Ctrl-h as
the same key, so Ctrl-h must be reserved for deleting. See #8.
This commit is contained in:
Zachary Yedidia
2016-04-18 16:28:53 -04:00
parent fdceddefe1
commit d10c401a97
4 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ Ctrl-c: Copy
Ctrl-x: Cut
Ctrl-v: Paste
Ctrl-h: Open help
Ctrl-g: Open this help screen
Ctrl-u: Half page up
Ctrl-d: Half page down