reenable mouse
This commit is contained in:
parent
d0289830ea
commit
137c09f227
|
@ -1,7 +1,6 @@
|
||||||
" GENERAL CONFIGS ----------------------------------------------------------------------------------
|
" GENERAL CONFIGS ----------------------------------------------------------------------------------
|
||||||
syntax on " syntax highlighting
|
syntax on " syntax highlighting
|
||||||
set nocompatible " disable compatibility to old-time vi
|
set nocompatible " disable compatibility to old-time vi
|
||||||
set mouse=v " middle-click paste with
|
|
||||||
set number
|
set number
|
||||||
set nocompatible
|
set nocompatible
|
||||||
set hlsearch " highlight search
|
set hlsearch " highlight search
|
||||||
|
@ -14,7 +13,7 @@ set autoindent " indent a new line the same amount as the line just
|
||||||
set number " add line numbers
|
set number " add line numbers
|
||||||
set wildmode=longest,list " get bash-like tab completions
|
set wildmode=longest,list " get bash-like tab completions
|
||||||
set cc=100 " set an 100 column border for good coding style
|
set cc=100 " set an 100 column border for good coding style
|
||||||
set mouse=hr " enable mouse for help file editing and hitting prompts
|
set mouse=a " enable mouse for help file editing and hitting prompts
|
||||||
set cursorline " highlight current cursor line
|
set cursorline " highlight current cursor line
|
||||||
set ttyfast " Speed up scrolling in Vim
|
set ttyfast " Speed up scrolling in Vim
|
||||||
set fdm=indent " folding method syntax
|
set fdm=indent " folding method syntax
|
||||||
|
|
Loading…
Reference in New Issue