From e98d273b32cf21f85b0d5d55a819b13ae3d296e7 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Mon, 13 Nov 2023 23:24:16 +0800 Subject: Update noteutil config --- .vim/after/plugin/noteutil.vim | 4 ++++ 1 file changed, 4 insertions(+) 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() -- cgit v1.2.3