diff options
Diffstat (limited to '.vim')
-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') + |