aboutsummaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2023-10-21 08:37:12 +0800
committerGuangxiong Lin <[email protected]>2023-10-21 08:37:28 +0800
commitdeef59f36111b6bfb09fd2f67329961b7e035a6d (patch)
treef5c0893a2776471f47778aa272a6f25408111a92 /.vim
parent378ac7e341295fbc185d31d73ba99ede70116037 (diff)
downloaddotfiles-deef59f36111b6bfb09fd2f67329961b7e035a6d.tar.gz
dotfiles-deef59f36111b6bfb09fd2f67329961b7e035a6d.tar.bz2
dotfiles-deef59f36111b6bfb09fd2f67329961b7e035a6d.zip
Add noteutil shortcut
Diffstat (limited to '.vim')
-rw-r--r--.vim/after/plugin/noteutil.vim3
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')