aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index f5ced406..b84280a0 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -237,7 +237,8 @@ nnoremap <leader>n :setlocal number!<CR>
" 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
+" to indent it inappropriately. If unimpaired.vim is available, it's generally
+" nicer to use yp, yP, yo, yO, etc.
set nopaste
set pastetoggle=<F10>