> Vim does not enables bracketed paste mode if TERM=screen.
> To enable bracketed paste mode when vim runs in tmux, you may add following
> setting into .vimrc.
> 
> if &term =~ "screen"
>     let &t_BE = "\e[?2004h"
>     let &t_BD = "\e[?2004l"
>     exec "set t_PS=\e[200~"
>     exec "set t_PE=\e[201~"
> endif

Thank you, works great :-)

take care,
-mark

-- 
-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to