fix(tmux): tmux stuff

This commit is contained in:
2025-11-04 10:36:02 +01:00
parent f8eff2242d
commit cd71a5568c
4 changed files with 5 additions and 6 deletions

View File

@@ -34,7 +34,7 @@ function tls() {
tmuxinator list | grep -v tmuxinator | tr ' ' '\n' | grep -v '^$'
}
function _mx_autocomplete() {
function _tat_autocomplete() {
local -a projects files dirs
local expl
@@ -49,8 +49,8 @@ function _mx_autocomplete() {
# Register the completion function for zsh
if [[ -n ${ZSH_VERSION-} ]]; then
compdef _mx_autocomplete tat
compdef _tat_autocomplete tat
else
# Fallback for bash
complete -f -F _mx_autocomplete -o default tat
complete -f -F _tat_autocomplete -o default tat
fi

Submodule tmux/plugins/tmux-fzf deleted from 1547f18083

Submodule tmux/plugins/tmux-sessionx updated: c2eb0e19bf...42c18389e7

Submodule tmux/plugins/tmux-which-key updated: 545831eb95...1f419775ca