diff options
author | pommicket <pommicket@gmail.com> | 2022-12-06 14:31:52 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-06 14:31:52 -0500 |
commit | 0c845d4308b7b255faf57f4e3bb95827e3cecc49 (patch) | |
tree | d6b463c35b15d162788d96c341042a221453f725 | |
parent | 80400babc4a95edc4e4c96e85af79301cdffae69 (diff) | |
parent | e47e17a810962a20d9483222ee2908071c89984c (diff) |
Merge branch 'trunk' into lsp
-rw-r--r-- | main.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,7 +1,11 @@ /* FUTURE FEATURES: +- regenerate tags for completion too if there are no results - config variables +- bind key to multiple commands - plugins? +- keyboard macros + - ctrl+9/0 to inc/dec number would be useful here */ #include "base.h" |