Add support for macros

Closes #270

CtrlU to toggle recording and CtrlJ to playback.
You can also rebind using the "ToggleMacro" and "PlayMacro"
actions.

Note that recursive macros are not yet supported.
This commit is contained in:
Zachary Yedidia
2016-09-06 10:43:45 -04:00
parent 966dac97f8
commit 539495d2f7
6 changed files with 81 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ To see more screenshots of micro, showcasing all of the default colorschemes, se
* Copy and paste with the system clipboard
* Small and simple
* Easily configurable
* Macros
* Common editor things such as undo/redo, line numbers, unicode support...
Although not yet implemented, I hope to add more features such as autocompletion ([#174](https://github.com/zyedidia/micro/issues/174)), and multiple cursors ([#5](https://github.com/zyedidia/micro/issues/5)) in the future.