aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-16 19:45:40 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-16 19:49:13 +1200
commitd03a9d7b3f724706775c793df7b6b627ea4ef60a (patch)
treea4a1d06b41dd8475622b43434968d7daaaa67d04 /vim/vimrc
parentDocument choice of format for PutDate() (diff)
downloaddotfiles-d03a9d7b3f724706775c793df7b6b627ea4ef60a.tar.gz
dotfiles-d03a9d7b3f724706775c793df7b6b627ea4ef60a.zip
Consolidate utc.vim and put_date.vim into latter
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 02fa7e6e..8e063900 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -1384,15 +1384,15 @@ nnoremap <Leader>t
nnoremap <Leader>T
\ :<C-U>setlocal filetype=<CR>
-" These mappings use my put_date.vim and utc.vim plugins for date insertion
-" into the buffer.
+" These mappings use my put_date.vim plugin for date insertion into the
+" buffer.
"" Leader,d inserts the local date (RFC 2822)
nnoremap <Leader>d
\ :PutDate<CR>
"" Leader,D inserts the UTC date (RFC 2822)
nnoremap <Leader>D
- \ :<Home>UTC<End> PutDate<CR>
+ \ :PutDate!<CR>
" This group contains mappings that are to do with file and path management
" relative to the current buffer. The Leader,P mapping that creates