mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-15 20:01:04 +00:00
Merge pull request #412 from ilius/pr04.keybindings_help_fixes
Fixes in keybindings.md
This commit is contained in:
commit
25ced4c075
1 changed files with 3 additions and 3 deletions
|
|
@ -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",
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue