mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-09 06:10:23 +09:00
add help for MoveLinesUp and MoveLinesDown
This commit is contained in:
@@ -17,6 +17,8 @@ you can rebind them to your liking.
|
||||
"AltRight": "WordRight",
|
||||
"AltShiftRight": "SelectWordRight",
|
||||
"AltShiftLeft": "SelectWordLeft",
|
||||
"AltUp" "MoveLinesUp",
|
||||
"AltDown" "MoveLinesDown",
|
||||
"CtrlLeft": "StartOfLine",
|
||||
"CtrlRight": "EndOfLine",
|
||||
"CtrlShiftLeft": "SelectToStartOfLine",
|
||||
@@ -140,6 +142,8 @@ WordRight
|
||||
WordLeft
|
||||
SelectWordRight
|
||||
SelectWordLeft
|
||||
MoveLinesUp
|
||||
MoveLinesDown
|
||||
DeleteWordRight
|
||||
DeleteWordLeft
|
||||
SelectToStartOfLine
|
||||
|
||||
Reference in New Issue
Block a user