From ab987e10f154f5536bb8fd936ae0966e909fa969 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Thu, 15 Jun 2023 15:58:59 -0500 Subject: added all my scripts --- tmuxsh/_tmux_split_pane_vert,--.split.current.pane.vertical | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 tmuxsh/_tmux_split_pane_vert,--.split.current.pane.vertical (limited to 'tmuxsh/_tmux_split_pane_vert,--.split.current.pane.vertical') 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}" + -- cgit v1.2.3