VIM plugin for worque
Make sure you have installed worque
Use the plugin manager you desired.
Using vim-plug
Plug 'huynhquancam/vim-worque'
Add the following mapping to your .vimrc
:TD
:- Open today's note
:YTD
:- Open yesterday's note
You might want to map this to your .vimrc
nmap <Leader>td :TD
nmap <Leader>ytd :YTD
MIT