aboutsummaryrefslogtreecommitdiffstats
path: root/vim-mode
diff options
context:
space:
mode:
authorSimon Ruderich <simon@ruderich.org>2010-10-09 00:09:10 +0000
committerSimon Ruderich <simon@ruderich.org>2010-10-09 00:09:10 +0000
commit587ea385a19bed9e389d55d43e428be9cfede575 (patch)
tree6d6293be36d5c343a71a915a4f0bbad947cf9119 /vim-mode
parentvim_mode: Fix vim_mode.pl crash with invalid regex in :b. (diff)
downloadirssi-scripts-587ea385a19bed9e389d55d43e428be9cfede575.tar.gz
irssi-scripts-587ea385a19bed9e389d55d43e428be9cfede575.zip
vim_mode: Update TODO file.
Diffstat (limited to '')
-rw-r--r--vim-mode/TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/vim-mode/TODO b/vim-mode/TODO
index 7b83c7c..e225f3e 100644
--- a/vim-mode/TODO
+++ b/vim-mode/TODO
@@ -34,11 +34,8 @@
- support :map gX iINSERT TEXT<ESC> and similar stuff (suggested by estragib)
- it would be nice if :ls somehow indicated current and alternate buffer
(maybe activity too?) (suggested by estragib)
-- add :mkvimrc to write mappings to .irssi/vim_moderc, suggested by estragib
- < estragib> oh, i can't map \<something> either
< estragib> hehe, definitely something to do with escaping. \\ prints \
-- "-- more --" isn't removed when scrolling down with command-mode scroll
- commands
- < estragib> there's a minimal difference to vim when yanking with yB:
abc def ghi jkl<ESC>bhyBP
< estragib> vim : abc def ghighi jkl