From 26f618c26aa067a59c95645d94e95a18ce1b5075 Mon Sep 17 00:00:00 2001 From: Edward Litherland-Smith Date: Tue, 4 May 2021 13:34:56 +0100 Subject: [PATCH] Disable mouse so that clipboard works properly --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index 109d71df..80040ed6 100644 --- a/vimrc +++ b/vimrc @@ -4,6 +4,9 @@ source $VIMRUNTIME/defaults.vim " fix for wsl starting with REPLACE mode nnoremap ^[ ^[ +" disable mouse so that clipboard works properly +set mouse= + set t_TI="" set t_TE="" set t_ut=""