comparison .chezmoitemplates/init.lua @ 738:d63750fc240f

feat: enable visual selection with mouse
author zegervdv <zegervdv@me.com>
date Tue, 20 Dec 2022 13:54:52 +0000
parents 179f83e1a479
children dbadb754946e
comparison
equal deleted inserted replaced
737:179f83e1a479 738:d63750fc240f
840 840
841 vim.opt.mouse = { 841 vim.opt.mouse = {
842 n = true, -- Normal mode 842 n = true, -- Normal mode
843 i = true, -- Insert mode 843 i = true, -- Insert mode
844 c = true, -- Commandline mode 844 c = true, -- Commandline mode
845 v = true, -- Visual mode
845 } 846 }
846 847
847 vim.opt.fillchars:append { 848 vim.opt.fillchars:append {
848 diff = '╱', 849 diff = '╱',
849 } 850 }