Re: copy&paste in vim inside screen that started from console
"Pieter Luteijn" <luteijn-qWit8jRvyhVmR6Xm/[email protected]>
| Newsgroups | gmane.comp.gnu.screen.user |
|---|---|
| Message-ID | <[email protected]> |
I think you should just "set ttym=xterm2" in your .vimrc. That way, when vim is started in a non-xterm, it will still be set to recognize the xterm mouse escapes when you later access it through putty or an xterm by using screen. See also ":help ttym" under vim. Pieter