]> git.lizzy.rs Git - micro.git/blobdiff - runtime/help/keybindings.md
some additions to the plugin API
[micro.git] / runtime / help / keybindings.md
index 44bf922ce6ed35024e843aafe52041531c84b6ec..7d9eed196a3ec12e85a4e1c5ebcb0f8694c4ef1e 100644 (file)
@@ -50,6 +50,8 @@ you can rebind them to your liking.
        "CtrlBackslash":  "NextTab",
        "Home":           "Start",
        "End":            "End",
+       "CtrlHome":       "CursorStart",
+       "CtrlEnd":        "CursorEnd",
        "PageUp":         "CursorPageUp",
        "PageDown":       "CursorPageDown",
        "CtrlG":          "ToggleHelp",
@@ -61,6 +63,8 @@ you can rebind them to your liking.
        "CtrlQ":          "Quit",
        "CtrlE":          "CommandMode",
        "CtrlW":          "NextSplit",
+       "CtrlU":          "ToggleMacro",
+       "CtrlJ":          "PlayMacro",
        
        // Emacs-style keybindings
        "Alt-f": "WordRight",
@@ -68,7 +72,15 @@ you can rebind them to your liking.
        "Alt-a": "StartOfLine",
        "Alt-e": "EndOfLine",
        "Alt-p": "CursorUp",
-       "Alt-n": "CursorDown"
+       "Alt-n": "CursorDown",
+
+       // Integration with file managers
+       "F1": "ToggleHelp",
+       "F2": "Save",
+       "F4": "Quit",
+       "F7": "Find",
+       "F10": "Quit",
+       "Esc": "Quit",
 }
 ```
 
@@ -139,6 +151,7 @@ Delete
 Center
 InsertTab
 Save
+SaveAs
 Find
 FindNext
 FindPrevious
@@ -175,6 +188,8 @@ PreviousTab
 NextTab
 NextSplit
 PreviousSplit
+ToggleMacro
+PlayMacro
 ```
 
 Here is the list of all possible keys you can bind: