mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-16 13:57:07 +09:00
Merge pull request #412 from ilius/pr04.keybindings_help_fixes
Fixes in keybindings.md
This commit is contained in:
@@ -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",
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user