aboutsummaryrefslogtreecommitdiff
path: root/vim/config/whitespace.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-02 15:02:50 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-02 15:02:50 +1200
commit8fd6554bd76af09c8c99266d7a8cb6425b376b38 (patch)
tree068cfc1672e336a66fced90dcd39ce63b1c93ca9 /vim/config/whitespace.vim
parentMerge branch 'release/v0.40.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-0.41.0.tar.gz (sig)
dotfiles-0.41.0.zip
Merge branch 'release/v0.41.0'v0.41.0
* release/v0.41.0: Bump VERSION Remove abolish.vim and commentary.vim Remove unimpaired.vim
Diffstat (limited to 'vim/config/whitespace.vim')
-rw-r--r--vim/config/whitespace.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/vim/config/whitespace.vim b/vim/config/whitespace.vim
index 99974cb1..fd20e7e5 100644
--- a/vim/config/whitespace.vim
+++ b/vim/config/whitespace.vim
@@ -21,3 +21,7 @@ set nojoinspaces
" \x strips trailing whitespace via a custom plugin
nmap <Leader>x <Plug>StripTrailingWhitespace
+
+" Insert blank lines above and below via a custom plugin
+nmap [<Space> <Plug>PutBlankLinesAbove
+nmap ]<Space> <Plug>PutBlankLinesBelow