summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2022-10-20 13:47:49 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2022-10-20 13:47:49 +0200
commit9999d52870e225a59194a30bfeb03777e77ac68e (patch)
treed364b9340da196b11ad633dc5e8eca9e38245b0d
parentc0c1b7dee0a3ff278a3794ddc18ab6e7383030ad (diff)
downloadvim-9999d52870e225a59194a30bfeb03777e77ac68e.zip
vim-9999d52870e225a59194a30bfeb03777e77ac68e.tar.gz
disable mouse
-rw-r--r--init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 1188b59..b9a8943 100644
--- a/init.lua
+++ b/init.lua
@@ -15,6 +15,7 @@ require 'user.bufferline'
require('feline').setup({preset = 'noicon'})
+vim.cmd([[set mouse=]])
-- When editing a file, always jump to the last known cursor position.
-- Don't do it when the position is invalid or when inside an event handler
-- (happens when dropping a file on gvim).