setting 'paste' in .vimrc to reduce annoyance.
This commit is contained in:
parent
2e0a18a1bb
commit
b62b1a99ec
1
.vimrc
1
.vimrc
@ -17,6 +17,7 @@ set autoindent
|
|||||||
set mouse=a
|
set mouse=a
|
||||||
set hls is
|
set hls is
|
||||||
set encoding=utf-8
|
set encoding=utf-8
|
||||||
|
set paste
|
||||||
|
|
||||||
" Only do this part when compiled with support for autocommands
|
" Only do this part when compiled with support for autocommands
|
||||||
if has("autocmd")
|
if has("autocmd")
|
||||||
|
Loading…
Reference in New Issue
Block a user