Merge pull request #626 from Necklaces/master

Added more default bindings:
This commit is contained in:
Zachary Yedidia
2017-04-16 11:39:49 -04:00
committed by GitHub

View File

@@ -388,7 +388,9 @@ func DefaultBindings() map[string]string {
"CtrlLeft": "StartOfLine",
"CtrlRight": "EndOfLine",
"CtrlShiftLeft": "SelectToStartOfLine",
"ShiftHome": "SelectToStartOfLine",
"CtrlShiftRight": "SelectToEndOfLine",
"ShiftEnd": "SelectToEndOfLine",
"CtrlUp": "CursorStart",
"CtrlDown": "CursorEnd",
"CtrlShiftUp": "SelectToStart",