diff options
Diffstat (limited to 'vim-mode')
| -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:  # | 
