diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2022-10-20 13:47:49 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2022-10-20 13:47:49 +0200 |
commit | 9999d52870e225a59194a30bfeb03777e77ac68e (patch) | |
tree | d364b9340da196b11ad633dc5e8eca9e38245b0d | |
parent | c0c1b7dee0a3ff278a3794ddc18ab6e7383030ad (diff) | |
download | vim-9999d52870e225a59194a30bfeb03777e77ac68e.zip vim-9999d52870e225a59194a30bfeb03777e77ac68e.tar.gz |
disable mouse
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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). |