diff --git a/.vimrc b/.vimrc index f65fd6f..38debd0 100644 --- a/.vimrc +++ b/.vimrc @@ -106,6 +106,9 @@ call plug#end() "Keep some lines above/below cursor :set scrolloff=10 +" Disable mouse (default on since neovim 0.8) +:set mouse= + "Use clipboard for everything (instead of */+ registers) :set clipboard+=unnamedplus