Fix mouse on cols>220

This commit is contained in:
Loic Nageleisen 2017-10-19 17:19:48 +02:00
parent 4050a2661b
commit 3575a6505a

3
vimrc
View file

@ -28,6 +28,9 @@ let g:airline_symbols.whitespace = ''
if !has('gui_running') if !has('gui_running')
set showtabline=1 "automatic tab bar set showtabline=1 "automatic tab bar
set mouse=n "mouse support set mouse=n "mouse support
if has("mouse_sgr")
set ttymouse=sgr
end
set background=dark set background=dark
colorscheme one colorscheme one