diff options
author | Simon Ruderich <simon@ruderich.org> | 2010-09-26 21:24:55 +0000 |
---|---|---|
committer | Simon Ruderich <simon@ruderich.org> | 2010-09-26 21:24:55 +0000 |
commit | d39b07f7687cad5a2906d156c236493175292d36 (patch) | |
tree | 3dba8bbca44a216ca2a6a13eb375069d297c9138 | |
parent | vim_mode: Add S. (diff) | |
download | irssi-scripts-d39b07f7687cad5a2906d156c236493175292d36.tar.gz irssi-scripts-d39b07f7687cad5a2906d156c236493175292d36.zip |
vim_mode: Document S.
Diffstat (limited to '')
-rw-r--r-- | vim-mode/vim_mode.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl index cb4d9b8..12bff22 100644 --- a/vim-mode/vim_mode.pl +++ b/vim-mode/vim_mode.pl @@ -14,7 +14,7 @@ # * yank and paste: y p P # * switch case: ~ # * repeat change: . -# * change/change/yank line: cc dd yy +# * change/change/yank line: cc dd yy S # * Combinations like in Vi, e.g. d5fx # # TODO: |