aboutsummaryrefslogtreecommitdiffstats
path: root/vim-mode
diff options
context:
space:
mode:
authorSimon Ruderich <simon@ruderich.org>2010-09-30 22:52:34 +0000
committerSimon Ruderich <simon@ruderich.org>2010-09-30 23:16:53 +0000
commit90c9b37ba4cef2b4aaa7fd47fe28a32ec7edc7c3 (patch)
treef832a4a2026563bf40700d81375eacccc558f9e8 /vim-mode
parentvim_mode: Add s. (diff)
downloadirssi-scripts-90c9b37ba4cef2b4aaa7fd47fe28a32ec7edc7c3.tar.gz
irssi-scripts-90c9b37ba4cef2b4aaa7fd47fe28a32ec7edc7c3.zip
vim_mode: Document ; and .
Diffstat (limited to 'vim-mode')
-rw-r--r--vim-mode/vim_mode.pl1
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>