commit 674c2bc55f0e46d8582ff783d2d5f9bc9729c8e0 parent dca385a942a17f452cfd8b34c9048ee8b1ad4a8f Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Tue, 17 Jul 2018 14:49:34 -0400 Prefix date with markdown # symbol Diffstat:
M | links/.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 +"\%Y-\%m-\%d \%T \%Z (\%z UTC)"<CR> +nnoremap <leader>D :read !date +"\# \%Y-\%m-\%d \%T \%Z (\%z UTC)"<CR> " job execution nnoremap <leader>m :Make<CR>