diff options
Diffstat (limited to '.vim/after/plugin')
-rw-r--r-- | .vim/after/plugin/noteutil.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.vim/after/plugin/noteutil.vim b/.vim/after/plugin/noteutil.vim index 9471d48..f84cbd5 100644 --- a/.vim/after/plugin/noteutil.vim +++ b/.vim/after/plugin/noteutil.vim @@ -2,3 +2,7 @@ command! NoteutilToday call noteutil#open( \ 'journal --date today') command! NoteutilTodayWeekly call noteutil#open( \ 'journal --date today --period weekly') +command! NoteutilYesterdayWeekly call noteutil#open( + \ 'journal --date yesterday --period weekly') + +command! NoteutilBacklinks call noteutil#backlinks() |