Vim

From Anthony Pastor Wiki Notes - Verba volant, scripta manent
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