aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Feist <shabble@metavore.org>2011-01-01 14:57:09 +0000
committerTom Feist <shabble@metavore.org>2011-01-01 14:57:09 +0000
commit5fcf36abb08113ac9a8b8578a9a0a49d987ee495 (patch)
tree560b95ddef6bd27516dce8e24090df12a850b06b
parentUses the channel add [] infracstructure as a datastore. (diff)
parentvim_mode: Document cmdchars is not used for mappings. (diff)
downloadirssi-scripts-5fcf36abb08113ac9a8b8578a9a0a49d987ee495.tar.gz
irssi-scripts-5fcf36abb08113ac9a8b8578a9a0a49d987ee495.zip
Merge branch 'dev' of github.com:shabble/irssi-scripts into dev
-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:
#