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

Both sides previous revisionPrevious revision
Next revision
Previous revision
public:disabling_mouse_support_in_vim [2024/06/07 07:39] 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 (without the leading '':''in ''/etc/vim/vimrc'' (=system-wide).+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.1717745990.txt.gz · Last modified: by thomas

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki