Vim

From Anthony Pastor Wiki Notes - Verba volant, scripta manent
Revision as of 10:07, 12 August 2017 by 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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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