reenable mouse
This commit is contained in:
parent
d0289830ea
commit
137c09f227
|
@ -1,7 +1,6 @@
|
|||
" GENERAL CONFIGS ----------------------------------------------------------------------------------
|
||||
syntax on " syntax highlighting
|
||||
set nocompatible " disable compatibility to old-time vi
|
||||
set mouse=v " middle-click paste with
|
||||
set number
|
||||
set nocompatible
|
||||
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 wildmode=longest,list " get bash-like tab completions
|
||||
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 ttyfast " Speed up scrolling in Vim
|
||||
set fdm=indent " folding method syntax
|
||||
|
|
Loading…
Reference in New Issue