mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
tmux completion: add more attach-session aliases
This commit is contained in:
parent
68029095b5
commit
381404c4f4
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue