aboutsummaryrefslogtreecommitdiff
path: root/.vim/after
diff options
context:
space:
mode:
Diffstat (limited to '.vim/after')
-rw-r--r--.vim/after/plugin/noteutil.vim5
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')
+