feat: use mouse only in visual mode

This commit is contained in:
fiplox 2023-02-28 19:42:45 +01:00
parent e87c6819a6
commit c45796d563
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ opt.wildoptions = 'tagfile'
opt.termguicolors = true
opt.guifont = 'JetBrainsMono Nerd Font'
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.pumheight = 10
opt.fileencoding = 'utf-8'