mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
Fix mouse on cols>220
This commit is contained in:
parent
4050a2661b
commit
3575a6505a
1 changed files with 3 additions and 0 deletions
3
vimrc
3
vimrc
|
|
@ -28,6 +28,9 @@ let g:airline_symbols.whitespace = ''
|
|||
if !has('gui_running')
|
||||
set showtabline=1 "automatic tab bar
|
||||
set mouse=n "mouse support
|
||||
if has("mouse_sgr")
|
||||
set ttymouse=sgr
|
||||
end
|
||||
set background=dark
|
||||
colorscheme one
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue