diff options
author | Simon Ruderich <simon@ruderich.org> | 2010-11-29 22:14:33 +0000 |
---|---|---|
committer | Simon Ruderich <simon@ruderich.org> | 2010-11-29 22:16:02 +0000 |
commit | afa7c677817bff081757ceb20c3076102031f6a9 (patch) | |
tree | 792c99f5a94c219e98c134849189a073c6c8877c /vim-mode/vim_mode.pl | |
parent | docs: updated buildpod script to save to new tmp location (diff) | |
download | irssi-scripts-afa7c677817bff081757ceb20c3076102031f6a9.tar.gz irssi-scripts-afa7c677817bff081757ceb20c3076102031f6a9.zip |
vim_mode: Document cmdchars is not used for mappings.
Suggested by peth, thanks.
Diffstat (limited to '')
-rw-r--r-- | vim-mode/vim_mode.pl | 4 |
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: # |