aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/noteutil.vim
blob: 9471d48dfee2989e36dc3a366698fa2ca82d3f1b (plain)
1
2
3
4
command! NoteutilToday call noteutil#open(
            \ 'journal --date today')
command! NoteutilTodayWeekly call noteutil#open(
            \ 'journal --date today --period weekly')