[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: vi maus permanent abschalten



Am 28.04.20 um 22:04 schrieb Ulf Volmer:
$ cat /etc/vimrc.local
" Load the defaults
source /usr/share/vim/vim81/defaults.vim

" Prevent the defaults from being loaded again later, if the user doesn't
" have a local vimrc (~/.vimrc)
let skip_defaults_vim = 1


" Set more options (overwrites settings from
/usr/share/vim/vim80/defaults.vim)
" Add as many options as you whish

" Set the mouse mode to 'r'
if has('mouse')
   set mouse=r
endif

Vielen Dank!
Macht genau das, was ich gesucht habe.

Grüsse
 Thomas


Reply to: