diff options
author | Simon Ruderich <simon@ruderich.org> | 2010-10-08 20:33:34 +0000 |
---|---|---|
committer | Simon Ruderich <simon@ruderich.org> | 2010-10-08 20:33:34 +0000 |
commit | 04adf6f39a5941c9475f77e4676df3c545881039 (patch) | |
tree | ce043235781965bf0c7fb1ec1221a8a8798228df /vim-mode/TODO | |
parent | vim_mode: Update documentation. (diff) | |
download | irssi-scripts-04adf6f39a5941c9475f77e4676df3c545881039.tar.gz irssi-scripts-04adf6f39a5941c9475f77e4676df3c545881039.zip |
vim_mode: Update TODO file.
Diffstat (limited to 'vim-mode/TODO')
-rw-r--r-- | vim-mode/TODO | 4 |
1 files changed, 0 insertions, 4 deletions
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 <Nop> - 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<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) -- :map irssi functions, like :map <c-l> /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 \<something> either < estragib> hehe, definitely something to do with escaping. \\ prints \ |