summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-06 14:31:32 -0500
committerpommicket <pommicket@gmail.com>2022-12-06 14:31:32 -0500
commite47e17a810962a20d9483222ee2908071c89984c (patch)
tree5b00bed8bdf5d9389ed86c44796a9ca87a9be9de /main.c
parent8242cd817017628db85f04ebf63cd328ec1e8eb3 (diff)
fix arr_set_len_, more future features
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.c b/main.c
index dbc49d5..c2e98dd 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"