Disable mouse

pull/153/head
Barry Moore 2 years ago
parent 6c23c54be5
commit edfa74a1fa

@ -114,7 +114,8 @@ vim.o.hlsearch = false
vim.wo.number = true
-- Enable mouse mode
vim.o.mouse = 'a'
vim.o.mouse = ''
vim.o.ttymouse = ''
-- Enable break indent
vim.o.breakindent = true

Loading…
Cancel
Save