diff options
author | Guangxiong Lin <[email protected]> | 2023-10-21 08:37:12 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2023-10-21 08:37:28 +0800 |
commit | deef59f36111b6bfb09fd2f67329961b7e035a6d (patch) | |
tree | f5c0893a2776471f47778aa272a6f25408111a92 /.vim/after/plugin/noteutil.vim | |
parent | 378ac7e341295fbc185d31d73ba99ede70116037 (diff) | |
download | dotfiles-deef59f36111b6bfb09fd2f67329961b7e035a6d.tar.gz dotfiles-deef59f36111b6bfb09fd2f67329961b7e035a6d.tar.bz2 dotfiles-deef59f36111b6bfb09fd2f67329961b7e035a6d.zip |
Add noteutil shortcut
Diffstat (limited to '.vim/after/plugin/noteutil.vim')
-rw-r--r-- | .vim/after/plugin/noteutil.vim | 3 |
1 files changed, 2 insertions, 1 deletions
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') |