aboutsummaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2023-11-13 23:24:16 +0800
committerGuangxiong Lin <[email protected]>2023-11-13 23:24:16 +0800
commite98d273b32cf21f85b0d5d55a819b13ae3d296e7 (patch)
treeab7709b831e16bb4d453275e0c0ee041881dc03d /.vim
parent7ed1a02d83402b0090086d8a88444b552ebf0afb (diff)
downloaddotfiles-e98d273b32cf21f85b0d5d55a819b13ae3d296e7.tar.gz
dotfiles-e98d273b32cf21f85b0d5d55a819b13ae3d296e7.tar.bz2
dotfiles-e98d273b32cf21f85b0d5d55a819b13ae3d296e7.zip
Update noteutil config
Diffstat (limited to '.vim')
-rw-r--r--.vim/after/plugin/noteutil.vim4
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()