aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-10-12 16:15:25 +1300
committerTom Ryder <tom@sanctum.geek.nz>2013-10-12 16:15:25 +1300
commite0e395647d5a5ae0f593ae8a90ac0e8b25665181 (patch)
treed02ba62a27671cd9039f2fef4e89404673ec0716 /vim
parentShow dotfiles in netrw (diff)
downloaddotfiles-e0e395647d5a5ae0f593ae8a90ac0e8b25665181.tar.gz
dotfiles-e0e395647d5a5ae0f593ae8a90ac0e8b25665181.zip
Add note about unimpaired's pasting maps
Diffstat (limited to 'vim')
-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>