feat: use mouse only in visual mode
This commit is contained in:
parent
e87c6819a6
commit
c45796d563
@ -21,7 +21,7 @@ opt.wildoptions = 'tagfile'
|
|||||||
opt.termguicolors = true
|
opt.termguicolors = true
|
||||||
opt.guifont = 'JetBrainsMono Nerd Font'
|
opt.guifont = 'JetBrainsMono Nerd Font'
|
||||||
opt.guicursor = 'n-v-c-sm:hor20,i-ci-ve:ver20,r-cr-o:Block'
|
opt.guicursor = 'n-v-c-sm:hor20,i-ci-ve:ver20,r-cr-o:Block'
|
||||||
opt.mouse = 'vn'
|
opt.mouse = 'v'
|
||||||
opt.path = '.,,**h'
|
opt.path = '.,,**h'
|
||||||
opt.pumheight = 10
|
opt.pumheight = 10
|
||||||
opt.fileencoding = 'utf-8'
|
opt.fileencoding = 'utf-8'
|
||||||
|
Loading…
Reference in New Issue
Block a user