aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorTeddy Wing2015-08-16 17:38:52 -0400
committerTeddy Wing2015-08-16 17:38:52 -0400
commit2fc9acfb064c6bfbd184a31d17c1cf47800c1a88 (patch)
tree7fcb0b647a6713e799907fa2ff07405860c7e306 /TODO
parente5c8fd183e2aefdc9096e468d28e234cb97ecace (diff)
parent17a812cd4a20c6967be281b9beb8a297298dcf8f (diff)
downloadauditory.vim-2fc9acfb064c6bfbd184a31d17c1cf47800c1a88.tar.bz2
Merge branch 'command-to-toggle-mappings'
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 10 insertions, 3 deletions
diff --git a/TODO b/TODO
index fccd05f..1d1d813 100644
--- a/TODO
+++ b/TODO
@@ -1,8 +1,15 @@
TODO
====
+2015.07.26:
+v Add all mappings to `s:mappings`
+v Store user mappings on assignment
+v If has user mapping, map to that user mapping
+v 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
+v Use Vim's `maparg()` to store user mappings so that we can create a toggle
command that restores pre-plugin mappings
@@ -19,8 +26,8 @@ v Add pathogen instructions to README (2014.11.15)
v Make `dd` work to delete a line
v Checking whether mplayer is installed and send an error if not (2014.11.22)
- Adding some docs
-- Global setting for Galaxy Far Far Away mode
-- Add an easy way to turn the plugin on and off without having to disable it manually
+v Global setting for Galaxy Far Far Away mode (2015.08.16)
+v Add an easy way to turn the plugin on and off without having to disable it manually (2015.08.15)
- Play the delete sound when pressing 'D'