aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/noteutil.vim
blob: 9747595a13b8cd46f289f570a600f07a55aaa42a (plain)
1
2
3
4
5
6
7
8
9
10
command! NoteutilToday call noteutil#open(
            \ 'journal --date today')
command! NoteutilTodayWeekly call noteutil#open(
            \ 'journal --date today --period weekly')
command! NoteutilYesterdayWeekly call noteutil#open(
            \ 'journal --date yesterday --period weekly')

command! NoteutilBacklinks call noteutil#backlinks({'jump': v:true})

autocmd FileType markdown setlocal omnifunc=noteutil#complete