2023-03-30 20:46:14 +00:00
|
|
|
# Cheat my way through the CLI
|
|
|
|
if (( $+commands[navi] )); then
|
|
|
|
eval "$(navi widget zsh)"
|
2023-05-12 18:39:48 +00:00
|
|
|
|
|
|
|
# Add an alternate keybind (Ctrl-Esc) if we are in a Zellij session
|
|
|
|
if (( ${+ZELLIJ} )); then
|
|
|
|
bindkey '^\e' _navi_widget
|
|
|
|
fi
|
2023-03-30 20:46:14 +00:00
|
|
|
fi
|