diff options
author | Tom Feist <shabble@metavore.org> | 2010-10-09 21:21:26 +0000 |
---|---|---|
committer | Tom Feist <shabble@metavore.org> | 2010-10-09 21:21:26 +0000 |
commit | 9dc60fc663a91312c605b421db2df2e556c52009 (patch) | |
tree | 06834aefcc3e5d32b9833d131dfe71d67ecbabde /vim-mode/TODO | |
parent | added uberprompt_debug as an irssi setting. defaults to off. (diff) | |
parent | vim_mode: Add :unm[ap] {lhs}. (diff) | |
download | irssi-scripts-9dc60fc663a91312c605b421db2df2e556c52009.tar.gz irssi-scripts-9dc60fc663a91312c605b421db2df2e556c52009.zip |
Merge remote branch 'origin/dev'
Diffstat (limited to '')
-rw-r--r-- | vim-mode/TODO | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/vim-mode/TODO b/vim-mode/TODO index c7358d6..e225f3e 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,13 +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) -- :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 \ -- "-- 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 |