Bugfix: keybindings.md: fix bad json syntax, due to #407

This commit is contained in:
Saeed Rasooli
2016-10-14 04:00:05 +03:30
parent 2e778a2a8e
commit ae72608c5d

View File

@@ -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",