tmux completion: add more attach-session aliases

This commit is contained in:
Igor Savchuk 2014-12-08 17:29:24 +03:00
parent 68029095b5
commit 381404c4f4

View file

@ -38,7 +38,7 @@ complete -c tmux -n '__fish_use_subcommand' -rs S -d 'Full path to sever socke
############### End: Front Flags ############### ############### End: Front Flags ###############
############### Begin: Clients and Sessions ############### ############### Begin: Clients and Sessions ###############
set -l attach 'attach-session attach' set -l attach 'attach-session attach at a'
set -l detach 'detach-client detach' set -l detach 'detach-client detach'
set -l has 'has-session has' set -l has 'has-session has'
set -l killserver 'kill-server' set -l killserver 'kill-server'