Enable mouse support
This commit is contained in:
parent
1a85fa81f4
commit
e683269669
5
init.vim
5
init.vim
@ -1,5 +1,5 @@
|
|||||||
" Maintainer: Patrick Auernig <patrick DOT auernig AT gmail DOT com>
|
" Maintainer: Patrick Auernig <dev.patrick.auernig@gmail.com>
|
||||||
" VIM Version: NVIM 0.1.7
|
" VIM Version: NVIM 0.2.0
|
||||||
" Source: https://gitlab.com/valeth/vim-config
|
" Source: https://gitlab.com/valeth/vim-config
|
||||||
" Mirror: https://github.com/valeth/vim-config
|
" Mirror: https://github.com/valeth/vim-config
|
||||||
|
|
||||||
@ -23,6 +23,7 @@ set hidden
|
|||||||
set ignorecase
|
set ignorecase
|
||||||
set listchars=tab:»\ ,trail:◆,extends:❯,precedes:❮,eol:↲,nbsp:·
|
set listchars=tab:»\ ,trail:◆,extends:❯,precedes:❮,eol:↲,nbsp:·
|
||||||
set matchtime=3
|
set matchtime=3
|
||||||
|
set mouse=a
|
||||||
set noshowmode
|
set noshowmode
|
||||||
set noswapfile
|
set noswapfile
|
||||||
set notimeout
|
set notimeout
|
||||||
|
Loading…
Reference in New Issue
Block a user