Vim: Difference between revisions
Jump to navigation
Jump to search
Anthoanthop (talk | contribs) (Created page with "=Disable vim automatic visual mode using mouse= *In Vim issue the command :set mouse-=a *For permanent behavior insert the directive set mouse-=a into your ~/.vimrc file") |
Anthoanthop (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
=Disable vim automatic visual mode using mouse= | =Disable vim automatic visual mode using mouse= | ||
*In Vim issue the command :set mouse-=a | *In Vim issue the command: ''':set mouse-=a''' | ||
*For permanent behavior insert the directive set mouse-=a into your ~/.vimrc file | *For permanent behavior insert the directive '''set mouse-=a''' into your ~/.vimrc file |
Latest revision as of 10:07, 12 August 2017
Disable vim automatic visual mode using mouse
- In Vim issue the command: :set mouse-=a
- For permanent behavior insert the directive set mouse-=a into your ~/.vimrc file