mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 06:37:14 +09:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user