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",
"CtrlRight": "EndOfLine",
"CtrlShiftLeft": "SelectToStartOfLine",
"ShiftHome": "SelectToStartOfLine",
"CtrlShiftRight": "SelectToEndOfLine",
"ShiftEnd": "SelectToEndOfLine",
"CtrlUp": "CursorStart",
"CtrlDown": "CursorEnd",
"CtrlShiftUp": "SelectToStart",