aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-06-24 09:18:46 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-06-24 09:18:46 +1200
commitddfdb87f50bd9614b73dc45985050f958d210e9a (patch)
tree59e8870df2cdc9b265214aa9b1ae9ae01346df34 /vim/vimrc
parentDon't write ~/.fehbg (diff)
downloaddotfiles-ddfdb87f50bd9614b73dc45985050f958d210e9a.tar.gz
dotfiles-ddfdb87f50bd9614b73dc45985050f958d210e9a.zip
Remove reference to nonexistent unimpaired binds
Diffstat (limited to 'vim/vimrc')
-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>