Hello I'm a bit new still to gVim and have a vi and ViEmu(Visual Studio) background. One thing that constantly bugs me if that when I select text with the mouse it will enter SELECT mode. However, I can't do anything from there because whenever I press any key it will replace what I have selected with the key and automatically switch to INSERT mode. How do I keep this from happening and keep it in SELECT mode or at least COMMAND mode?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|||
|
|
|
Use:
and put that to your vimrc. EDIT : better follow Luc Hermitte's answer. |
|||||
|
|
It looks like you ware using gvim on windows, and that you haven't deleted mswin.vim. This file is the root of many evils. My advice: get rid of it and learn vim's way of copy/pasting. EDIT: you may also need the |
|||||||
|
|
But the most direct answer is to set
The Look at Documentation
|
|||
|
|