returned response to mouse
because fixed clipboard
This commit is contained in:
parent
75c80a35d5
commit
d770c0f9b7
@ -10,7 +10,7 @@ vim.opt.number = true
|
||||
vim.opt.relativenumber = true
|
||||
|
||||
-- Enable mouse mode, can be useful for resizing splits for example!
|
||||
vim.opt.mouse = ''
|
||||
vim.opt.mouse = 'a'
|
||||
|
||||
-- Don't show the mode, since it's already in the status line
|
||||
vim.opt.showmode = false
|
||||
|
Loading…
x
Reference in New Issue
Block a user