X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=runtime%2Fhelp%2Fcommands.md;h=a1e64cbcafe841f768e29271b99c0cb27d422589;hb=0f4f60c018a396e42f00f45b1279fcb06fa046e1;hp=5c1ed45cebff79eddaf63a08af1002057cdc2777;hpb=0360a2fcb552d0dadf900ea6564b65002222aece;p=micro.git diff --git a/runtime/help/commands.md b/runtime/help/commands.md index 5c1ed45c..a1e64cbc 100644 --- a/runtime/help/commands.md +++ b/runtime/help/commands.md @@ -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: