diff options
author | Frank Terbeck <ft@bewatermyfriend.org> | 2015-08-10 15:27:32 +0200 |
---|---|---|
committer | Frank Terbeck <ft@bewatermyfriend.org> | 2015-08-10 16:50:52 +0200 |
commit | 761044e5c45bbe353705e79dededc3b5a30f0de7 (patch) | |
tree | da5e1ed9e1fd1a37d09e75df487fd66ee9de64f2 /Completion/Unix | |
parent | 61ba1a92fdec7d8bfd76aa3a27e7a7e67ada2eab (diff) | |
download | zsh-761044e5c45bbe353705e79dededc3b5a30f0de7.tar.gz zsh-761044e5c45bbe353705e79dededc3b5a30f0de7.tar.xz zsh-761044e5c45bbe353705e79dededc3b5a30f0de7.zip |
36064: _tmux: Add new command aliases
Diffstat (limited to 'Completion/Unix')
-rw-r--r-- | Completion/Unix/Command/_tmux | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_tmux b/Completion/Unix/Command/_tmux index 55f6144a0..ce15e916b 100644 --- a/Completion/Unix/Command/_tmux +++ b/Completion/Unix/Command/_tmux @@ -58,6 +58,8 @@ _tmux_aliasmap=( attach attach-session detach detach-client has has-session + lockc lock-client + locks lock-session lsc list-clients lscm list-commands ls list-sessions @@ -90,6 +92,7 @@ _tmux_aliasmap=( next next-window pipep pipe-pane prev previous-window + prevl previous-layout renamew rename-window resizep resize-pane respawnp respawn-pane |