]> git.lizzy.rs Git - micro.git/blobdiff - runtime/help/commands.md
Merge
[micro.git] / runtime / help / commands.md
index 5c1ed45cebff79eddaf63a08af1002057cdc2777..a1e64cbcafe841f768e29271b99c0cb27d422589 100644 (file)
@@ -80,6 +80,16 @@ Here are the possible commands that you can use.
 * `retab`: Replaces all leading tabs with spaces or leading spaces with tabs
    depending on the value of `tabstospaces`.
 
+* `raw`: Micro will open a new tab and show the escape sequence for every event
+   it receives from the terminal. This shows you what micro actually sees from
+   the terminal and helps you see which bindings aren't possible and why. This
+   is most useful for debugging keybindings.
+
+* `showkey`: Show the action(s) bound to a given key. For example
+   running `> showkey CtrlC` will display `main.(*View).Copy`. Unfortuately
+   showkey does not work well for keys bound to plugin actions. For those
+   it just shows "LuaFunctionBinding."
+
 ---
 
 The following commands are provided by the default plugins: