By default, t will display tmux sessions and zoxide results by default. You can change this by setting @t-fzf-default-results variable to your tmux.conf:
set -g @t-fzf-default-results 'sessions' # show tmux sessions by default
set -g @t-fzf-default-results 'zoxide' # show zoxide results by default
Closes #66
By default, t will display tmux sessions and zoxide results by default. You can change this by setting
@t-fzf-default-results
variable to yourtmux.conf
: