From 04adf6f39a5941c9475f77e4676df3c545881039 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 8 Oct 2010 22:33:34 +0200 Subject: vim_mode: Update TODO file. --- vim-mode/TODO | 4 ---- 1 file changed, 4 deletions(-) (limited to 'vim-mode/TODO') diff --git a/vim-mode/TODO b/vim-mode/TODO index c7358d6..7b83c7c 100644 --- a/vim-mode/TODO +++ b/vim-mode/TODO @@ -8,9 +8,7 @@ - marks - text-objects - 2daW doesn't work at end of line, should do nothing -- undo/redo positions aren't perfect yet - :imap -- :map - custom scripts (vim-like functions) which can be mapped - surroundings, with an external script if somebody writes it - Ctrl-R = to evaluate expressions, first only simple math @@ -36,8 +34,6 @@ - support :map gX iINSERT TEXT and similar stuff (suggested by estragib) - it would be nice if :ls somehow indicated current and alternate buffer (maybe activity too?) (suggested by estragib) -- :map irssi functions, like :map /clear (/ sounds good as prefix), - suggested by estragib - add :mkvimrc to write mappings to .irssi/vim_moderc, suggested by estragib - < estragib> oh, i can't map \ either < estragib> hehe, definitely something to do with escaping. \\ prints \ -- cgit v1.2.3 From 587ea385a19bed9e389d55d43e428be9cfede575 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 9 Oct 2010 02:09:10 +0200 Subject: vim_mode: Update TODO file. --- vim-mode/TODO | 3 --- 1 file changed, 3 deletions(-) (limited to 'vim-mode/TODO') 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 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 \ 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 jklbhyBP < estragib> vim : abc def ghighi jkl -- cgit v1.2.3