diff options
author | Guangxiong Lin <[email protected]> | 2023-10-20 23:25:20 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2023-10-20 23:25:20 +0800 |
commit | 5963624887a656e69987a34596ca190afea5e7d2 (patch) | |
tree | d87962d14a9e86538adb947e778e338b5a6cb02d /.vim/after/plugin | |
parent | 78e7b908fedf1247f49c82250ba57471c2a2f4d1 (diff) | |
download | dotfiles-5963624887a656e69987a34596ca190afea5e7d2.tar.gz dotfiles-5963624887a656e69987a34596ca190afea5e7d2.tar.bz2 dotfiles-5963624887a656e69987a34596ca190afea5e7d2.zip |
Update noteutil config
Diffstat (limited to '.vim/after/plugin')
-rw-r--r-- | .vim/after/plugin/noteutil.vim | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.vim/after/plugin/noteutil.vim b/.vim/after/plugin/noteutil.vim index ebb8952..e65e199 100644 --- a/.vim/after/plugin/noteutil.vim +++ b/.vim/after/plugin/noteutil.vim @@ -1,2 +1,3 @@ -command! NoteutilToday call noteutil#quickfix( - \ 'ls --journal-only --date today') +command! NoteutilToday call noteutil#open( + \ 'journal --date today') + |