returned response to mouse
because fixed clipboard
This commit is contained in:
parent
75c80a35d5
commit
d770c0f9b7
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue