mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 19:29:22 +01:00
vimrc: Disable mouse.
It doesn̈́'t want to cooperate with me :(
This commit is contained in:
parent
0bd04767ac
commit
dd0acb347b
2
vimrc
2
vimrc
@ -18,7 +18,7 @@ set smartcase " Do smart case matching
|
|||||||
"set incsearch " Incremental search
|
"set incsearch " Incremental search
|
||||||
set autowrite " Automatically save before commands like :next and :make
|
set autowrite " Automatically save before commands like :next and :make
|
||||||
set hidden " Hide buffers when they are abandoned
|
set hidden " Hide buffers when they are abandoned
|
||||||
set mouse=a " Enable mouse usage (all modes)
|
"set mouse=a " Enable mouse usage (all modes)
|
||||||
|
|
||||||
" Source a global configuration file if available
|
" Source a global configuration file if available
|
||||||
if filereadable("/etc/vim/vimrc.local")
|
if filereadable("/etc/vim/vimrc.local")
|
||||||
|
Loading…
Reference in New Issue
Block a user