X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fvim%2Fvimrc;h=6d6360b298a5978c6abc294819f8cfedb0569fba;hb=f98b04694856a470d5577f952111109ba2be72a0;hp=a4652b917b8aa743909b89fa6e2ce94d7807ea15;hpb=efcb69a40cdf66327cb511a74b1663e93bd9d47f;p=grml-etc-core.git diff --git a/etc/vim/vimrc b/etc/vim/vimrc index a4652b9..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 @@ -102,7 +102,7 @@ endif " turn these ON: - set ek hidden ruler sc vb wmnu + set ek vb " set digraph " turn these OFF ("no" prefix): set nodigraph noeb noet nosol @@ -127,13 +127,9 @@ " some colors - as an example "white on black" [use bold fonts]: " hi normal ctermfg=white ctermbg=black guifg=white guibg=black " hi nontext ctermfg=blue ctermbg=black guifg=blue guibg=black - if has("syntax") - syn on - endif " set t_Co=256 " number of colors " some useful mappings: - set pastetoggle= " with F7 copy all current buffer to clipboard, or a selection. " with shift-F7, paste all clipboard contents