diff options
author | Guangxiong Lin <[email protected]> | 2023-11-13 23:24:16 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2023-11-13 23:24:16 +0800 |
commit | e98d273b32cf21f85b0d5d55a819b13ae3d296e7 (patch) | |
tree | ab7709b831e16bb4d453275e0c0ee041881dc03d | |
parent | 7ed1a02d83402b0090086d8a88444b552ebf0afb (diff) | |
download | dotfiles-e98d273b32cf21f85b0d5d55a819b13ae3d296e7.tar.gz dotfiles-e98d273b32cf21f85b0d5d55a819b13ae3d296e7.tar.bz2 dotfiles-e98d273b32cf21f85b0d5d55a819b13ae3d296e7.zip |
Update noteutil config
-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() |