diff options
Diffstat (limited to '.vim/after/plugin/noteutil.vim')
-rw-r--r-- | .vim/after/plugin/noteutil.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vim/after/plugin/noteutil.vim b/.vim/after/plugin/noteutil.vim index f84cbd5..a3371c6 100644 --- a/.vim/after/plugin/noteutil.vim +++ b/.vim/after/plugin/noteutil.vim @@ -5,4 +5,4 @@ command! NoteutilTodayWeekly call noteutil#open( command! NoteutilYesterdayWeekly call noteutil#open( \ 'journal --date yesterday --period weekly') -command! NoteutilBacklinks call noteutil#backlinks() +command! NoteutilBacklinks call noteutil#backlinks({'jump': v:true}) |