aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-12 14:53:51 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-12 14:53:51 +1200
commit758b5c7fd57238adb7fcdb57f19b6e769a297954 (patch)
tree9026fd6cbde972150515e111cc27eb3ebb9e609d
parentAdd an issue (diff)
downloaddotfiles-758b5c7fd57238adb7fcdb57f19b6e769a297954.tar.gz
dotfiles-758b5c7fd57238adb7fcdb57f19b6e769a297954.zip
Adjust plugin comment
-rw-r--r--vim/vimrc13
1 files changed, 7 insertions, 6 deletions
diff --git a/vim/vimrc b/vim/vimrc
index bc6d7875..73179dfe 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -1403,12 +1403,13 @@ nnoremap <Leader>j
" This ground defines mappings for filtering and batch operations to clean up
" buffer text. All of these mappings use commands from my custom plugins:
"
-" <https://sanctum.geek.nz/cgit/vim-strip-trailing-whitespace.git/about/>
-" :StripTrailingWhitespace
-" <https://sanctum.geek.nz/cgit/vim-squeeze-repeat-blanks.git/about/>
-" :SqueezeRepeatBlanks
-" <https://sanctum.geek.nz/cgit/vim-keep-position.git/about/>
-" :KeepPosition
+" :KeepPosition
+" <https://sanctum.geek.nz/cgit/vim-keep-position.git/about/>
+" :SqueezeRepeatBlanks
+" <https://sanctum.geek.nz/cgit/vim-squeeze-repeat-blanks.git/about/>
+" :StripTrailingWhitespace
+" <https://sanctum.geek.nz/cgit/vim-strip-trailing-whitespace.git/about/>
+"
"" Leader,x strips trailing whitespace
nnoremap <Leader>x