diff options
author | Simon Ruderich <simon@ruderich.org> | 2010-09-26 16:56:33 +0000 |
---|---|---|
committer | Simon Ruderich <simon@ruderich.org> | 2010-09-26 16:56:33 +0000 |
commit | 7f06d3078c7427c316f507a7ddc81d1779a0fef2 (patch) | |
tree | ef4cd04d7a8adb43ef486ef57caa6de572029b3e /vim-mode/vim_mode.pl | |
parent | vim_mode: Fix . before running any commands to repeat. (diff) | |
download | irssi-scripts-7f06d3078c7427c316f507a7ddc81d1779a0fef2.tar.gz irssi-scripts-7f06d3078c7427c316f507a7ddc81d1779a0fef2.zip |
vim_mode: Document known bugs.
Diffstat (limited to 'vim-mode/vim_mode.pl')
-rw-r--r-- | vim-mode/vim_mode.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl index 303751b..981978d 100644 --- a/vim-mode/vim_mode.pl +++ b/vim-mode/vim_mode.pl @@ -14,6 +14,10 @@ # * switch case: ~ # * repeat change: . # * Combinations like in Vi, e.g. d5fx +# +# Known bugs: +# * count with insert mode: 3iabc<esc> doesn't work +# * repeat insert mode: iabc<esc>. only enters insert mode # Installation: # |