feat: split view with tasks when loading zk daily

This commit is contained in:
Matthew Ryan Dillon 2024-10-31 09:23:44 -04:00
parent 2af78f2234
commit b3b352dd64
2 changed files with 7 additions and 0 deletions

View file

@ -116,3 +116,7 @@ eval "$(jj util completion zsh)"
function reldate() {
date -v "${1}" "+%Y-%m-%d"
}
function _zkhx() {
hx --hsplit tasks.xit ${1}
}