From cd5250ea4a1699b1799cb14037eaf25ff8f620ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hend=C3=A9n?= Date: Tue, 26 Nov 2024 10:34:25 -0400 Subject: [PATCH] disable mouse --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 534e25d5..4213278e 100644 --- a/init.lua +++ b/init.lua @@ -28,7 +28,7 @@ vim.g.have_nerd_font = true -- Set to true if you have a Nerd Font installed and vim.opt.number = true vim.opt.relativenumber = true -vim.opt.mouse = 'a' -- Enable mouse mode, can be useful for resizing splits for example! +vim.opt.mouse = 'n' -- Enable mouse mode, can be useful for resizing splits for example! vim.opt.showmode = false -- Don't show the mode, since it's already in the status line -- Sync clipboard between OS and Neovim.