Update .vimrc

really useful
This commit is contained in:
ExploXd 2018-06-27 14:06:23 +02:00 committed by GitHub
parent 755562c21c
commit c4096ebc8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.vimrc
View File

@ -267,3 +267,6 @@ vnoremap L >gv
vnoremap H <gv vnoremap H <gv
map <enter><enter> yi[:e <c-r>"<cr> map <enter><enter> yi[:e <c-r>"<cr>
#disable visual mode when using mouse (you can't copy with that option enabled.)
set mouse-=a