blob: 8b6401f80b891add465a67cacb0bfbecaa1d691f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# old atd and cld, soon to be gotten rid of anyways
# todos... (changed to a~ so it doesn't clash with orgd binaries)
abbrev-alias atd="orgd td/todos"
abbrev-alias atdcmp="orgd td/todos-cmp"
abbrev-alias atdntd="orgd td/todos-ntd"
abbrev-alias cld="orgd cld/calendar"
abbrev-alias cldcmp="orgd cld/calendar-cmp"
abbrev-alias cldrec="orgd cld/calendar-recurring"
# mnfin
alias mnfin='cd ~/docs/wr/trk/fin/; nvim $(date +%Y-%m)'
# kt: commands for kt (this should really be in orgd, but oh well for now)
abbrev-alias bm="kt bookmark"
abbrev-alias coast="kt coast"
abbrev-alias bib="kt biblio"
abbrev-alias bibmanga="kt biblio-manga"
abbrev-alias bibfut="kt biblio-fut"
abbrev-alias bibrmfut="kt biblio-rmfut" # For moved out of fut, but where to keep the notes still
|