aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 6db0c965..d2e2399b 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -227,7 +227,7 @@ 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. If unimpaired.vim is available, it's generally
-" nicer to use yp, yP, yo, yO, etc.
+" nicer to use yo or yO.
set nopaste
set pastetoggle=<F10>