aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-11 11:41:19 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-11 11:43:38 +1200
commit7b11d9459f78f8dfb740d64fa7892021852d10bc (patch)
tree0e03b84e096fabe1c817d621ff224827b17aa986
parentArrange for :PutDate maps to accept line numbers (diff)
downloaddotfiles-7b11d9459f78f8dfb740d64fa7892021852d10bc.tar.gz
dotfiles-7b11d9459f78f8dfb740d64fa7892021852d10bc.zip
Mention the sources of a few mapping commands
-rw-r--r--vim/vimrc14
1 files changed, 12 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 7b57f9a7..e0baed6c 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -1310,7 +1310,8 @@ nnoremap <Leader>D
\ :<Home>UTC<End> PutDate<CR>
" This group contains mappings that are to do with file and path management
-" relative to the current buffer.
+" relative to the current buffer. The Leader,P mapping that creates
+" directory hierarchies uses the :Establish command created earlier.
"" Leader,g shows the current file's fully expanded path
nnoremap <Leader>g
@@ -1372,7 +1373,16 @@ nnoremap <Leader>E
nnoremap <Leader>j
\ :<C-U>buffers<CR>:buffer<Space>
-" Filtering and batch operations to clean up buffer text
+" This ground defines mappings for filtering and batch operations to clean up
+" buffer text. All of these mappings use commands from my custom plugins:
+"
+" strip_trailing_whitespace.vim:
+" :StripTrailingWhitespace
+" squeeze_repeat_blanks.vim:
+" :SqueezeRepeatBlanks
+" keep_position.vim
+" :KeepPosition
+"
"" Leader,x strips trailing whitespace via a custom plugin
nnoremap <Leader>x