mirror of
https://github.com/zyedidia/micro
synced 2024-11-05 17:41:24 +00:00
Merge pull request #653 from Necklaces/master
Added ShiftHome + ShiftEnd to keybindings.md documentation
This commit is contained in:
commit
fa7839e287
1 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue