summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-03-05 10:01:42 -0500
committerpommicket <pommicket@gmail.com>2023-03-05 10:01:42 -0500
commit600721070f2970b3386393ca93cb8dc53aedc240 (patch)
tree1ac17bbb4eefd3c21a5dc44d52a1b6859d0aa0aa /main.c
parent2dd95d477dde9ef1fb00b6caca78b1f234ed9ff9 (diff)
rename styles -> themes
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 3a594e1..d3cdbed 100644
--- a/main.c
+++ b/main.c
@@ -1,7 +1,6 @@
/*
FUTURE FEATURES:
- better undo chaining (dechain on backspace?)
-- manual.md
- font setting & support for multiple fonts to cover more characters
- support for variable-width fonts
- robust find (results shouldn't move around when you type things)
@@ -20,6 +19,7 @@ FUTURE FEATURES:
- keyboard macros
- ctrl+9/0 to inc/dec number would be useful here
- with macros we can really test performance of buffer_insert_text_at_pos, etc. (which should ideally be fast)
+- manual.md
- auto-reload config even for %included files
- LSP request timeout
BUG REPORTS IM TO LAZY TO FILE (RIGHT NOW)