From 42c9677d14769a70e1b2b208e5363c825fcb1727 Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Sun, 26 Sep 2010 20:22:38 +0100 Subject: added a bunch of TODO items based on feedback from #irssi. --- vim-mode/vim_mode.pl | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'vim-mode/vim_mode.pl') 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 doesn't work # * repeat insert mode: iabc. only enters insert mode -- cgit v1.2.3