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