fix(tmux): tmux stuff
This commit is contained in:
@@ -34,7 +34,7 @@ function tls() {
|
|||||||
tmuxinator list | grep -v tmuxinator | tr ' ' '\n' | grep -v '^$'
|
tmuxinator list | grep -v tmuxinator | tr ' ' '\n' | grep -v '^$'
|
||||||
}
|
}
|
||||||
|
|
||||||
function _mx_autocomplete() {
|
function _tat_autocomplete() {
|
||||||
local -a projects files dirs
|
local -a projects files dirs
|
||||||
local expl
|
local expl
|
||||||
|
|
||||||
@@ -49,8 +49,8 @@ function _mx_autocomplete() {
|
|||||||
|
|
||||||
# Register the completion function for zsh
|
# Register the completion function for zsh
|
||||||
if [[ -n ${ZSH_VERSION-} ]]; then
|
if [[ -n ${ZSH_VERSION-} ]]; then
|
||||||
compdef _mx_autocomplete tat
|
compdef _tat_autocomplete tat
|
||||||
else
|
else
|
||||||
# Fallback for bash
|
# Fallback for bash
|
||||||
complete -f -F _mx_autocomplete -o default tat
|
complete -f -F _tat_autocomplete -o default tat
|
||||||
fi
|
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
Reference in New Issue
Block a user