mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-07 07:30:20 +09: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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user