Add raw command to view raw terminal esc codes

This commit is contained in:
Zachary Yedidia
2017-11-29 01:06:16 -05:00
parent acd42df13c
commit bdb699211a
7 changed files with 51 additions and 7 deletions

View File

@@ -80,6 +80,11 @@ 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.
---
The following commands are provided by the default plugins: