mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-17 22:37:10 +09:00
Bugfix: keybindings.md: fix bad json syntax, due to #407
This commit is contained in:
@@ -17,8 +17,8 @@ you can rebind them to your liking.
|
||||
"AltRight": "WordRight",
|
||||
"AltShiftRight": "SelectWordRight",
|
||||
"AltShiftLeft": "SelectWordLeft",
|
||||
"AltUp" "MoveLinesUp",
|
||||
"AltDown" "MoveLinesDown",
|
||||
"AltUp": "MoveLinesUp",
|
||||
"AltDown": "MoveLinesDown",
|
||||
"CtrlLeft": "StartOfLine",
|
||||
"CtrlRight": "EndOfLine",
|
||||
"CtrlShiftLeft": "SelectToStartOfLine",
|
||||
|
||||
Reference in New Issue
Block a user