User Tools

Site Tools


public:disabling_mouse_support_in_vim

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
public:disabling_mouse_support_in_vim [2024/06/07 07:30] – created thomaspublic:disabling_mouse_support_in_vim [2024/06/07 07:58] (current) thomas
Line 9: Line 9:
 </code> </code>
  
-You can also put the same command in ''/etc/vim/vimrc'' (=system-wide) or ''~/.vimrc'' (=user-specific).+You can also put the same command in your ''~/.vimrc'', making it a permanent change:
  
 +<code>
 +source $VIMRUNTIME/defaults.vim
 +set mouse=
 +</code>
 +
 +:!: The source command is required to keep all other defaults in place.
 +
 +{{tag>vim}}
public/disabling_mouse_support_in_vim.1717745438.txt.gz · Last modified: by thomas

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki