Merge pull request #653 from Necklaces/master

Added ShiftHome + ShiftEnd to keybindings.md documentation
This commit is contained in:
Zachary Yedidia 2017-05-07 11:20:49 -04:00 committed by GitHub
commit fa7839e287

View file

@ -283,7 +283,9 @@ Enter
"CtrlLeft": "StartOfLine", "CtrlLeft": "StartOfLine",
"CtrlRight": "EndOfLine", "CtrlRight": "EndOfLine",
"CtrlShiftLeft": "SelectToStartOfLine", "CtrlShiftLeft": "SelectToStartOfLine",
"ShiftHome": "SelectToStartOfLine",
"CtrlShiftRight": "SelectToEndOfLine", "CtrlShiftRight": "SelectToEndOfLine",
"ShiftEnd": "SelectToEndOfLine",
"CtrlUp": "CursorStart", "CtrlUp": "CursorStart",
"CtrlDown": "CursorEnd", "CtrlDown": "CursorEnd",
"CtrlShiftUp": "SelectToStart", "CtrlShiftUp": "SelectToStart",