Disable mouse
This commit is contained in:
parent
2510c29d62
commit
d024edc2bd
2
init.lua
2
init.lua
|
|
@ -280,7 +280,7 @@ vim.o.hlsearch = false
|
||||||
vim.wo.number = true
|
vim.wo.number = true
|
||||||
|
|
||||||
-- Enable mouse mode
|
-- Enable mouse mode
|
||||||
vim.o.mouse = 'a'
|
vim.o.mouse = ''
|
||||||
|
|
||||||
-- Sync clipboard between OS and Neovim.
|
-- Sync clipboard between OS and Neovim.
|
||||||
-- Remove this option if you want your OS clipboard to remain independent.
|
-- Remove this option if you want your OS clipboard to remain independent.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue