Disable mouse so that clipboard works properly

This commit is contained in:
Edward Litherland-Smith 2021-05-04 13:34:56 +01:00
parent 3d3f1bf66c
commit 26f618c26a

3
vimrc
View file

@ -4,6 +4,9 @@ source $VIMRUNTIME/defaults.vim
" fix for wsl starting with REPLACE mode
nnoremap <esc>^[ <esc>^[
" disable mouse so that clipboard works properly
set mouse=
set t_TI=""
set t_TE=""
set t_ut=""