aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-12 13:13:43 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-12 13:13:43 +1200
commit2eef852789feece0d0116670157bbbcd1bc83cb1 (patch)
tree90113bf84bf1a2872f27e4dfc8796e06785e6077 /vim/vimrc
parentUpgrade and configure for paste_open.vim (diff)
downloaddotfiles-2eef852789feece0d0116670157bbbcd1bc83cb1.tar.gz
dotfiles-2eef852789feece0d0116670157bbbcd1bc83cb1.zip
Update and configure for put_blank_lines.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 aaf1f654..53c524ea 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -209,8 +209,8 @@ nnoremap [t :<C-U>tabprevious<CR>
nnoremap ]t :<C-U>tabnext<CR>
" Insert blank lines around current line
-nmap [<Space> <Plug>PutBlankLinesAbove
-nmap ]<Space> <Plug>PutBlankLinesBelow
+nmap [<Space> <Plug>(PutBlankLinesAbove)
+nmap ]<Space> <Plug>(PutBlankLinesBelow)
" Normal leader maps; use <Bslash> not <Leader> for vim-tiny