Chris Cooke wrote:
On Thu, Jun 22, 2006 at 11:24:12AM +0200, A.J.Mechelynck wrote:
Chris Cooke wrote:
Hi,
Long time lurker first time poster :)
Under windows when I try and use blockwise selection Ctl-v it just pastes
whatever is in the windows clipboard. Is there a way around this?
Thanks in advance,
Whenever Ctrl-V does a paste, the "classical" functionality of Ctrl-V is
taken over by Ctrl-Q
See ":help CTRL-V-alternative"
Thats fantastic thanks!
My pleasure.
Another possibility is to check your vimrc for a line containing one of
source $VIMRUNTIME/mswin.vim
runtime mswin.vim
and to remove it. The mswin.vim script boasts that it makes Vim "easier
for Windows users". IMHO, what it really does is cripple Vim functionality.
See
:help mswin.vim
:help :behave
:view $VIMRUNTIME/mswin.vim
Best regards,
Tony.