aboutsummaryrefslogtreecommitdiff
path: root/vim/config/paste.vim
blob: fa26d6f40578cd7ff83e5b02972ea44622e74f1e (plain) (blame)
1
2
3
4
5
6
" Start paste mode with F10 to prevent console Vim from confusing a swathe of
" pre-formatted pasted text with actual keyboard input, and thereby attempting
" to indent it inappropriately. If unimpaired.vim is available, it's generally
" nicer to use yo or yO.
set nopaste
set pastetoggle=<F10>