summaryrefslogtreecommitdiff
path: root/tmuxsh/_tmux_split_pane_vert,--.split.current.pane.vertical
diff options
context:
space:
mode:
Diffstat (limited to 'tmuxsh/_tmux_split_pane_vert,--.split.current.pane.vertical')
-rwxr-xr-xtmuxsh/_tmux_split_pane_vert,--.split.current.pane.vertical3
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}"
+