diff --git a/.vimrc b/.vimrc index 310f9ca8..8bf1c2e8 100644 --- a/.vimrc +++ b/.vimrc @@ -267,3 +267,6 @@ vnoremap L >gv vnoremap H yi[:e " + +#disable visual mode when using mouse (you can't copy with that option enabled.) +set mouse-=a