aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
diff options
context:
space:
mode:
authorGravatar Igor Savchuk <trollfred@gmail.com>2014-12-08 17:29:24 +0300
committerGravatar Igor Savchuk <trollfred@gmail.com>2014-12-08 17:29:24 +0300
commit381404c4f45c59d90524adfa3ee746bd608aea9d (patch)
tree53e61460ef1c3faa4c5a4411693b6bbb43be619a /share
parent68029095b5b1fe1eb7033b300917d149882d72c2 (diff)
tmux completion: add more attach-session aliases
Diffstat (limited to 'share')
-rw-r--r--share/completions/tmux.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/completions/tmux.fish b/share/completions/tmux.fish
index ea334938..de4d3282 100644
--- a/share/completions/tmux.fish
+++ b/share/completions/tmux.fish
@@ -38,7 +38,7 @@ complete -c tmux -n '__fish_use_subcommand' -rs S -d 'Full path to sever socke
############### End: Front Flags ###############
############### 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 has 'has-session has'
set -l killserver 'kill-server'