aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Ruderich <simon@ruderich.org>2010-11-29 22:14:33 +0000
committerSimon Ruderich <simon@ruderich.org>2010-11-29 22:16:02 +0000
commitafa7c677817bff081757ceb20c3076102031f6a9 (patch)
tree792c99f5a94c219e98c134849189a073c6c8877c
parentdocs: updated buildpod script to save to new tmp location (diff)
downloadirssi-scripts-afa7c677817bff081757ceb20c3076102031f6a9.tar.gz
irssi-scripts-afa7c677817bff081757ceb20c3076102031f6a9.zip
vim_mode: Document cmdchars is not used for mappings.
Suggested by peth, thanks.
-rw-r--r--vim-mode/vim_mode.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl
index bad556e..7d898ab 100644
--- a/vim-mode/vim_mode.pl
+++ b/vim-mode/vim_mode.pl
@@ -104,6 +104,10 @@
# :map <C-E> <Nop> - disable <C-E>, it does nothing now
# :unmap <C-E> - restore default behavior of <C-E> after disabling it
#
+# Note that you must use / for irssi commands (like /clear), the current value
+# of cmdchars does _not_ work! This is necessary do differentiate between
+# ex-commands and irssi commands.
+#
#
# Settings:
#