Merge pull request #412 from ilius/pr04.keybindings_help_fixes

Fixes in keybindings.md
This commit is contained in:
Zachary Yedidia
2016-10-14 07:37:45 -04:00
committed by GitHub

View File

@@ -16,8 +16,8 @@ Here are the default keybindings in json format. You can rebind them to your lik
"AltRight": "WordRight",
"AltShiftRight": "SelectWordRight",
"AltShiftLeft": "SelectWordLeft",
"AltUp" "MoveLinesUp",
"AltDown" "MoveLinesDown",
"AltUp": "MoveLinesUp",
"AltDown": "MoveLinesDown",
"CtrlLeft": "StartOfLine",
"CtrlRight": "EndOfLine",
"CtrlShiftLeft": "SelectToStartOfLine",
@@ -81,7 +81,7 @@ Here are the default keybindings in json format. You can rebind them to your lik
"F4": "Quit",
"F7": "Find",
"F10": "Quit",
"Esc": "Quit",
"Esc": "Escape",
}
```