summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--Completion/Unix/Command/_tmux3
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 977370a2d..8432b3e45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -32,6 +32,9 @@
* 36052: Completion/Unix/Command/_tmux: _tmux: Remove old
sub-commands and their aliases
+ * 36064: Completion/Unix/Command/_tmux: _tmux: Add new command
+ aliases
+
2015-08-10 Peter Stephenson <p.stephenson@samsung.com>
* 36045: Test/A05execution.ztst: make effect of failures
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