]> git.lizzy.rs Git - micro.git/blobdiff - runtime/help/help.md
Merge pull request #209 from onodera-punpun/coloredline
[micro.git] / runtime / help / help.md
index 446e1713aba1b6c7faf2cfb9bd299c852aa07858..1d63ae64d85d85eaee37aac706b531e6b65f7ed1 100644 (file)
@@ -43,13 +43,14 @@ you can rebind them to your liking.
        "CtrlDown":       "CursorEnd",
        "CtrlShiftUp":    "SelectToStart",
        "CtrlShiftDown":  "SelectToEnd",
-       "Enter":          "InsertEnter",
+       "Enter":          "InsertNewline",
        "Space":          "InsertSpace",
        "Backspace":      "Backspace",
        "Backspace2":     "Backspace",
        "Alt-Backspace":  "DeleteWordLeft",
        "Alt-Backspace2": "DeleteWordLeft",
-       "Tab":            "InsertTab",
+       "Tab":            "IndentSelection,InsertTab",
+       "Backtab":        "OutdentSelection",
        "CtrlO":          "OpenFile",
        "CtrlS":          "Save",
        "CtrlF":          "Find",
@@ -63,11 +64,11 @@ you can rebind them to your liking.
        "CtrlD":          "DuplicateLine",
        "CtrlV":          "Paste",
        "CtrlA":          "SelectAll",
-       "CtrlT":          "AddTab"
+       "CtrlT":          "AddTab",
        "CtrlRightSq":    "PreviousTab",
        "CtrlBackslash":  "NextTab",
-       "Home":           "Start",
-       "End":            "End",
+       "Home":           "StartOfLine",
+       "End":            "EndOfLine",
        "PageUp":         "CursorPageUp",
        "PageDown":       "CursorPageDown",
        "CtrlG":          "ToggleHelp",
@@ -79,14 +80,14 @@ you can rebind them to your liking.
        "CtrlQ":          "Quit",
        "CtrlE":          "CommandMode",
        "CtrlW":          "NextSplit",
-       
+
        // Emacs-style keybindings
        "Alt-f": "WordRight",
        "Alt-b": "WordLeft",
        "Alt-a": "StartOfLine",
        "Alt-e": "EndOfLine",
        "Alt-p": "CursorUp",
-       "Alt-n": "CursorDown"
+       "Alt-n": "CursorDown",
 }
 ```
 
@@ -141,6 +142,8 @@ Here are the possible commands that you can use.
 * `hsplit filename`: same as `vsplit` but opens a horizontal split instead of
    a vertical split
 
+* `tab filename`: opens the given file in a new tab.
+
 ### Options
 
 Micro stores all of the user configuration in its configuration directory.