aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Ruderich <simon@ruderich.org>2010-10-10 01:18:39 +0000
committerSimon Ruderich <simon@ruderich.org>2010-10-10 01:19:51 +0000
commit5e058e0b5780e504043c75fd5b0af6fca9f99d65 (patch)
tree8f4070f87d597c7380b40633af710625c38a9ae6
parentvim_mode: Fix :bd from displaying buffers matching d. (diff)
downloadirssi-scripts-5e058e0b5780e504043c75fd5b0af6fca9f99d65.tar.gz
irssi-scripts-5e058e0b5780e504043c75fd5b0af6fca9f99d65.zip
vim_mode: Document :mapping ex-commands doesn't need <Cr>.
-rw-r--r--vim-mode/vim_mode.pl3
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