diff options
author | pommicket <pommicket@gmail.com> | 2023-03-23 14:25:36 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-03-23 14:25:36 -0400 |
commit | f47b513f8ac32d5eeebc1de187232c99751562a2 (patch) | |
tree | d8ad7dcf3c197d7b9e82ee9691952c84810dfbb6 /README.md | |
parent | 9b572a245f8b348dd6c0df9eab2637d445b61fbc (diff) |
add macro information to README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -34,6 +34,7 @@ in other editors. - Go to definition - Go to line number - Indent/dedent selection, comment/uncomment selection +- Keyboard macros ## Getting started with ted @@ -115,6 +116,15 @@ No matter what you should include a built-in theme (even if you replace every single color), because more colors may be added to ted in the future, and you will want them to be set to something reasonable. +## Keyboard macros + +To record a macro, press Ctrl+F1/2/3/etc. While recording a macro, +you won't be able to click or drag (this is to make sure your macro works consistently). +Then press Ctrl+F*n* again to stop recording. You can execute the macro with Shift+F*n*. + +Currently macros are always lost when ted is closed. The ability to save macros will probably +be added eventually. + ### IDE-like features If you are working in a compiled language, like C, you can press F4 to compile your code. The default is to run `make` in |