From deef59f36111b6bfb09fd2f67329961b7e035a6d Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Sat, 21 Oct 2023 08:37:12 +0800 Subject: Add noteutil shortcut --- .vim/after/plugin/noteutil.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vim/after/plugin/noteutil.vim b/.vim/after/plugin/noteutil.vim index e65e199..9471d48 100644 --- a/.vim/after/plugin/noteutil.vim +++ b/.vim/after/plugin/noteutil.vim @@ -1,3 +1,4 @@ command! NoteutilToday call noteutil#open( \ 'journal --date today') - +command! NoteutilTodayWeekly call noteutil#open( + \ 'journal --date today --period weekly') -- cgit v1.2.3