Added ShiftHome + ShiftEnd to keybindings.md documentation

This commit is contained in:
Nichlas Severinsen
2017-05-07 13:19:58 +02:00
parent 3eb0d71bd3
commit 2aec2c13b5

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",