diff options
author | Simon Ruderich <simon@ruderich.org> | 2010-10-10 01:18:39 +0000 |
---|---|---|
committer | Simon Ruderich <simon@ruderich.org> | 2010-10-10 01:19:51 +0000 |
commit | 5e058e0b5780e504043c75fd5b0af6fca9f99d65 (patch) | |
tree | 8f4070f87d597c7380b40633af710625c38a9ae6 | |
parent | vim_mode: Fix :bd from displaying buffers matching d. (diff) | |
download | irssi-scripts-5e058e0b5780e504043c75fd5b0af6fca9f99d65.tar.gz irssi-scripts-5e058e0b5780e504043c75fd5b0af6fca9f99d65.zip |
vim_mode: Document :mapping ex-commands doesn't need <Cr>.
Diffstat (limited to '')
-rw-r--r-- | vim-mode/vim_mode.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl index 2eefd66..17e7454 100644 --- a/vim-mode/vim_mode.pl +++ b/vim-mode/vim_mode.pl @@ -87,7 +87,8 @@ # {lhs} is the key combination to be mapped, {rhs} the target. The <> notation # is used (e.g. <C-F> is Ctrl-F), case is ignored. Supported <> keys: # <C-A>-<C-Z>, <C-^>, <C-6>, <Space>, <CR>, <Nop>. Mapping ex-mode and irssi -# commands is supported. Only default mappings can be used in {rhs}. +# commands is supported. When mapping ex-mode commands the trailing <Cr> is +# not necessary. Only default mappings can be used in {rhs}. # Examples: # :map w W - to remap w to work like W # :map gb :bnext - to map gb to call :bnext |