aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2015-07-27 01:11:34 -0400
committerTeddy Wing2015-07-27 01:11:34 -0400
commitdb37f84e67f2e20a33348453f6c1d351741f2f1e (patch)
tree0eb3d205c71740dce06aaadb0c66ac6a47ac8728
parente2c581348cb66dc1446877e335ba4c3ccc17bd39 (diff)
downloadauditory.vim-db37f84e67f2e20a33348453f6c1d351741f2f1e.tar.bz2
TODO: Add some tasks related to the new mapping system
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index fccd05f..9659274 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,13 @@
TODO
====
+2015.07.26:
+- Add all mappings to `s:mappings`
+- Store user mappings on assignment
+- If has user mapping, map to that user mapping
+- On unmap, if has user mapping, remap back to that user mapping
+
+
2015.07.14:
- Use Vim's `maparg()` to store user mappings so that we can create a toggle
command that restores pre-plugin mappings