diff options
| author | Simon Ruderich <simon@ruderich.org> | 2010-09-26 16:30:17 +0000 | 
|---|---|---|
| committer | Simon Ruderich <simon@ruderich.org> | 2010-09-26 16:30:17 +0000 | 
| commit | b9e80e6d95616019f48bc6bdfee78986b46a5f86 (patch) | |
| tree | a7ba2f1c51a6aed4b844edc8e38cb93964690663 | |
| parent | vim_mode: Implement . (repeat). (diff) | |
| download | irssi-scripts-b9e80e6d95616019f48bc6bdfee78986b46a5f86.tar.gz irssi-scripts-b9e80e6d95616019f48bc6bdfee78986b46a5f86.zip  | |
vim_mode: Document .
| -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 49c8947..b7a5459 100644 --- a/vim-mode/vim_mode.pl +++ b/vim-mode/vim_mode.pl @@ -12,6 +12,7 @@  # * insert mode at end: A  # * yank and paste: y p P  # * switch case: ~ +# * repeat change: .  # * Combinations like in Vi, e.g. d5fx  # Installation:  | 
