X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fvim%2Fvimrc;h=6d6360b298a5978c6abc294819f8cfedb0569fba;hb=536ce6bb4559506ab35aa2caa5c06471a55a1c26;hp=c31a7ff340d0e2d1e91dd49066ce9228fa4eeba1;hpb=53414378f8066e76f56ae4697efb8a0530568404;p=grml-etc-core.git diff --git a/etc/vim/vimrc b/etc/vim/vimrc index c31a7ff..6d6360b 100644 --- a/etc/vim/vimrc +++ b/etc/vim/vimrc @@ -86,7 +86,7 @@ " set autowrite " Automatically save before commands like :next and :make " When switching between different buffers you can't use undo without 'set hidden': set hidden " Hide buffers when they are abandoned -" set mouse=a " Enable mouse usage (all modes) in terminals + set mouse= " Disable mouse usage (being "a" AKA all modes in Vim >=8) in terminals set wildmenu " command-line completion operates in an enhanced mode set pastetoggle= " don't change text when copy/pasting