summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-06 14:31:52 -0500
committerpommicket <pommicket@gmail.com>2022-12-06 14:31:52 -0500
commit0c845d4308b7b255faf57f4e3bb95827e3cecc49 (patch)
treed6b463c35b15d162788d96c341042a221453f725
parent80400babc4a95edc4e4c96e85af79301cdffae69 (diff)
parente47e17a810962a20d9483222ee2908071c89984c (diff)
Merge branch 'trunk' into lsp
-rw-r--r--main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.c b/main.c
index f12c12c..acdbea0 100644
--- a/main.c
+++ b/main.c
@@ -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"