X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=runtime%2Fhelp%2Fkeybindings.md;h=661c02fa85a55b8413843264739fc4bdfcc1a07d;hb=0f4f60c018a396e42f00f45b1279fcb06fa046e1;hp=dfee40b623757ed65c8ac105e214348026ace54d;hpb=bb598ae566409bb5b44ed281b667bf53c57adffc;p=micro.git diff --git a/runtime/help/keybindings.md b/runtime/help/keybindings.md index dfee40b6..661c02fa 100644 --- a/runtime/help/keybindings.md +++ b/runtime/help/keybindings.md @@ -8,7 +8,8 @@ command or you can also be added in the file `~/.config/micro/bindings.json` as discussed below. For a list of the default keybindings in the json format used by micro, please see the end of this file. For a more user-friendly list with explanations of what the default hotkeys are and what they do, please see -`>help defaultkeys` +`> help defaultkeys` (a json formatted list of default keys is included +at the end of this document). If `~/.config/micro/bindings.json` does not exist, you can simply create it. Micro will know what to do with it. @@ -187,6 +188,8 @@ Start End PageUp PageDown +SelectPageUp +SelectPageDown HalfPageUp HalfPageDown StartOfLine @@ -215,6 +218,7 @@ Suspend (Unix only) ScrollUp ScrollDown SpawnMultiCursor +SpawnMultiCursorSelect RemoveMultiCursor RemoveAllMultiCursors SkipMultiCursor @@ -351,6 +355,7 @@ CtrlRightSq CtrlCarat CtrlUnderscore Backspace +OldBackspace Tab Esc Escape @@ -464,6 +469,7 @@ MouseWheelRight // Multiple cursors bindings "Alt-n": "SpawnMultiCursor", + "Alt-m": "SpawnMultiCursorSelect", "Alt-p": "RemoveMultiCursor", "Alt-c": "RemoveAllMultiCursors", "Alt-x": "SkipMultiCursor",