vim: disable mouse mode by default >.>

This commit is contained in:
2022-10-08 22:57:51 -07:00
parent 22602283c9
commit 645ca3764b

View File

@@ -523,6 +523,10 @@ in
}) })
]; ];
extraConfig = '' extraConfig = ''
" let the terminal handle mouse events, that way i get OS-level ctrl+shift+c/etc
" this used to be default, until <https://github.com/neovim/neovim/pull/19290>
set mouse=
" copy/paste to system clipboard " copy/paste to system clipboard
set clipboard=unnamedplus set clipboard=unnamedplus