Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH 12/18] _tmux: Add new command aliases
---
Completion/Unix/Command/_tmux | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Completion/Unix/Command/_tmux b/Completion/Unix/Command/_tmux
index 55f6144..ce15e91 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
--
2.1.4
Messages sorted by:
Reverse Date,
Date,
Thread,
Author