aboutsummaryrefslogtreecommitdiffstats
path: root/vim-mode
diff options
context:
space:
mode:
authorTom Feist <shabble@metavore.org>2010-09-26 19:22:38 +0000
committerTom Feist <shabble@metavore.org>2010-09-26 19:22:38 +0000
commit42c9677d14769a70e1b2b208e5363c825fcb1727 (patch)
tree5c415fa17294d64d1bec704d9a12cf47268bf0d0 /vim-mode
parentvim_mode: Document known bugs. (diff)
downloadirssi-scripts-42c9677d14769a70e1b2b208e5363c825fcb1727.tar.gz
irssi-scripts-42c9677d14769a70e1b2b208e5363c825fcb1727.zip
added a bunch of TODO items based on feedback from #irssi.
Diffstat (limited to '')
-rw-r--r--vim-mode/vim_mode.pl11
1 files changed, 11 insertions, 0 deletions
diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl
index 981978d..04d614d 100644
--- a/vim-mode/vim_mode.pl
+++ b/vim-mode/vim_mode.pl
@@ -15,6 +15,17 @@
# * repeat change: .
# * Combinations like in Vi, e.g. d5fx
#
+# TODO:
+# * /,?,n to search through history (like history_search.pl)
+# * C,D = c$, d$,
+# * S = 0c$
+# * make 'dd' work.
+# * ^ (first non-whitespace on line)
+# * Fix I = ^i
+# * u = undo (how many levels, branching?!) redo?
+# * use irssi settings for some of the features (esp. debug)
+# * history movement should keep track of the 'active' input line and restore it
+
# Known bugs:
# * count with insert mode: 3iabc<esc> doesn't work
# * repeat insert mode: iabc<esc>. only enters insert mode