Vim: Difference between revisions

From Anthony Pastor Wiki Notes - Verba volant, scripta manent
Jump to navigation Jump to search
(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")
 
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