mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-20 16:00:29 +00:00
Added more default bindings:
- Shift+Home for selecting to start of line - Shift+End for selecting to end of line These already exist as Ctrl+Shift+Left/Right-arrow
This commit is contained in:
parent
88c712b848
commit
5afda4e76c
1 changed files with 2 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue