blob: a3371c6affd24adb4cc465fd057ebd772a776e5b (
plain)
1
2
3
4
5
6
7
8
|
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})
|