aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-10 13:00:04 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-10 13:00:04 +1200
commit8a49423d46127c8d9e603d7f37b999f80ba9acd1 (patch)
tree77fc3f6cfbc89b671fba8c06fe87df8d948ed842
parentAdd an issue (diff)
downloaddotfiles-8a49423d46127c8d9e603d7f37b999f80ba9acd1.tar.gz
dotfiles-8a49423d46127c8d9e603d7f37b999f80ba9acd1.zip
Add an idea
-rw-r--r--IDEAS.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/IDEAS.md b/IDEAS.md
index 7c42cc96..6e098377 100644
--- a/IDEAS.md
+++ b/IDEAS.md
@@ -33,3 +33,7 @@ Ideas
some point
* I'd like a Git hook that pre-fills out "Version X.Y.Z" if making an annotated
tag named `vX.Y.Z`.
+* I'd like to make the zG command in Vim a bit more useful by maintaining
+ a per-file cache of added words, indexed by path, mapping it to 2zg or 3zg
+ rather like Steve Losh does. I wouldn't think it would be too hard;
+ 'spellfile' is a buffer-local option.