From 381404c4f45c59d90524adfa3ee746bd608aea9d Mon Sep 17 00:00:00 2001 From: Igor Savchuk Date: Mon, 8 Dec 2014 17:29:24 +0300 Subject: [PATCH] tmux completion: add more attach-session aliases --- share/completions/tmux.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/completions/tmux.fish b/share/completions/tmux.fish index ea3349381..de4d3282a 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'