aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-12 13:09:47 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-12 13:09:47 +1200
commite64c99cc25bc40f71529b6bea893814b465928e3 (patch)
treebf2944000f6148f8deadf07b07093ef293697303 /vim/vimrc
parentUpdate and configure for strip_trailing_whitespace (diff)
downloaddotfiles-e64c99cc25bc40f71529b6bea893814b465928e3.tar.gz
dotfiles-e64c99cc25bc40f71529b6bea893814b465928e3.zip
Upgrade and configure for paste_open.vim
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 766c0f16..aaf1f654 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -251,9 +251,9 @@ nnoremap <Bslash>n :<C-U>setlocal number! number?<CR>
" \N toggles 'ruler'
nnoremap <Bslash>N :<C-U>set ruler! ruler?<CR>
" \o opens a line below in paste mode
-nmap <Bslash>o <Plug>PasteOpenBelow
+nmap <Bslash>o <Plug>(PasteOpenBelow)
" \o opens a line above in paste mode
-nmap <Bslash>O <Plug>PasteOpenAbove
+nmap <Bslash>O <Plug>(PasteOpenAbove)
" \p toggles paste mode
nnoremap <Bslash>p :<C-U>set paste! paste?<CR>
" \q formats the current paragraph