sets: disable right click popup

This commit is contained in:
kalmenn 2023-12-28 18:09:16 +01:00
parent c4269d3249
commit c661e05a2d
Signed by: kalmenn
GPG key ID: F500055C44BC3834

View file

@ -33,6 +33,7 @@ vim.opt.hlsearch = false
vim.opt.incsearch = true
-- stuff
vim.opt.mousemodel = "extend"
vim.opt.fillchars:append({ eob = ' ' })