diff options
Diffstat (limited to 'tmuxsh/_tmux_move_window_right,--.move.window.right')
-rwxr-xr-x | tmuxsh/_tmux_move_window_right,--.move.window.right | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tmuxsh/_tmux_move_window_right,--.move.window.right b/tmuxsh/_tmux_move_window_right,--.move.window.right new file mode 100755 index 0000000..9bc5546 --- /dev/null +++ b/tmuxsh/_tmux_move_window_right,--.move.window.right @@ -0,0 +1,3 @@ +#!/usr/bin/env sh +tmux swap-window -t +1 +tmux select-window -t +1 |