Adding compdef to maintain tmux completions.

master
Josh Matthews 14 years ago
parent 56c46c4ed8
commit 86c9b32031
  1. 3
      plugins/tmux/tmux.plugin.zsh

@ -56,6 +56,9 @@ function zsh_tmux_plugin_run()
fi
}
# Use the completions for tmux for our function
compdef _tmux zsh_tmux_plugin_run
# Alias tmux to our wrapper function.
alias tmux=zsh_tmux_plugin_run

Loading…
Cancel
Save