Changed Markdown template call from to

This commit is contained in:
2024-02-18 15:42:29 -05:00
parent eb31c22500
commit 640034fb84

2
.vimrc
View File

@@ -259,7 +259,7 @@ nnoremap ,ban :-1read $HOME/.vim/templates/banner<CR>jA
nnoremap ,begend :-1read $HOME/.vim/templates/begend<CR>jA
" section shell script header
nnoremap ,shead :-1read $HOME/.vim/templates/sh<CR>jA
nnoremap ,sh :-1read $HOME/.vim/templates/sh<CR>jA
" section markdown file header
nnoremap ,md :-1read $HOME/.vim/templates/md<CR>jA