dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit a58417a2267b68fafff086b267a87d174a8edd82
parent 53327e2a3f3d8b4d5190818872601e22cadc551c
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri,  6 Apr 2018 13:09:37 -0400

Update date command

Diffstat:
Mlinks/.vim/plugin/keybinds.vim | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/links/.vim/plugin/keybinds.vim b/links/.vim/plugin/keybinds.vim @@ -65,7 +65,7 @@ nnoremap <leader>B :e `kpsexpand '$TEXMFHOME'`/bibtex/bib/myfiles/BIB.bib<CR> nnoremap <leader>r :ScholarRef " insert date and time -nnoremap <leader>D :read !date<CR> +nnoremap <leader>D :read !date +"\%Y-\%m-\%d \%T \%Z (\%z UTC)"<CR> " job execution nnoremap <leader>m :Make<CR>