diff options
author | Simon Ruderich <simon@ruderich.org> | 2010-09-26 13:45:06 +0000 |
---|---|---|
committer | Simon Ruderich <simon@ruderich.org> | 2010-09-26 13:45:06 +0000 |
commit | b0ac24662ac9ad6475f448d5f8e9ae5e36c726b9 (patch) | |
tree | 7986aca5e36d8db920c7fb4950dc4b0c0f6b454a /vim-mode/vim_mode.pl | |
parent | vim_mode: Move some code, no changes. (diff) | |
download | irssi-scripts-b0ac24662ac9ad6475f448d5f8e9ae5e36c726b9.tar.gz irssi-scripts-b0ac24662ac9ad6475f448d5f8e9ae5e36c726b9.zip |
vim_mode: Add missing documentation for y p P.
Diffstat (limited to '')
-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 24e134c..27210f6 100644 --- a/vim-mode/vim_mode.pl +++ b/vim-mode/vim_mode.pl @@ -9,6 +9,7 @@ # * Insert mode at pos: i, a # * Insert mode at start: I # * insert mode at end: A +# * yank and paste: y p P # * Combinations like in Vi, e.g. d5fx # Installation: |