diff options
Diffstat (limited to 'tmuxsh/_tmux_split_pane_vert,--.split.current.pane.vertical')
-rwxr-xr-x | tmuxsh/_tmux_split_pane_vert,--.split.current.pane.vertical | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tmuxsh/_tmux_split_pane_vert,--.split.current.pane.vertical b/tmuxsh/_tmux_split_pane_vert,--.split.current.pane.vertical new file mode 100755 index 0000000..5c0b4db --- /dev/null +++ b/tmuxsh/_tmux_split_pane_vert,--.split.current.pane.vertical @@ -0,0 +1,3 @@ +#!/usr/bin/env sh +tmux split-window -h -c "#{pane_current_path}" + |