Tien Pham wrote:
Hi
I have changed from an old Vim5.7 to Vim7.0.
I want to use Visual block (Ctrl v) to copy a column using Vim7.0 but
this does not work as previously in version 5.7, it actually pastes
stuff down from the buffer.
I thought that changing "behave mswin" to "behave xterm" in the _vimrc
would allow me to use "CTRL v" for normal visual block again but
apparently I could not get it work.
Can someone help me with this? (ie use different key for visual block or
different command in the _vimrc)
Many thanks
tien
Method I (recommended): Remove "source $VIMRUNTIME/mswin.vim" (or similar)
from your vimrc, then restart Vim.
Method II: Use Ctrl-Q instead of Ctrl-V
Best regards,
Tony.
--
Common sense is instinct, and enough of it is genius.
-- Josh Billings