diff options
| author | Simon Ruderich <simon@ruderich.org> | 2010-09-30 22:52:34 +0000 | 
|---|---|---|
| committer | Simon Ruderich <simon@ruderich.org> | 2010-09-30 23:16:53 +0000 | 
| commit | 90c9b37ba4cef2b4aaa7fd47fe28a32ec7edc7c3 (patch) | |
| tree | f832a4a2026563bf40700d81375eacccc558f9e8 | |
| parent | vim_mode: Add s. (diff) | |
| download | irssi-scripts-90c9b37ba4cef2b4aaa7fd47fe28a32ec7edc7c3.tar.gz irssi-scripts-90c9b37ba4cef2b4aaa7fd47fe28a32ec7edc7c3.zip | |
vim_mode: Document ; and .
| -rw-r--r-- | vim-mode/vim_mode.pl | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl index c0dee6a..4ce53f6 100644 --- a/vim-mode/vim_mode.pl +++ b/vim-mode/vim_mode.pl @@ -15,6 +15,7 @@  # * yank and paste: y p P  # * switch case: ~  # * repeat change: . +# * repeat ftFT: ; ,  # * change/change/yank line: cc dd yy S  # * Combinations like in Vi, e.g. d5fx  # * window selection: :b<num>, :b#, :b <match-str> | 
