tmux open new pane in cwd
This commit is contained in:
parent
d32f15164d
commit
145606d10e
2 changed files with 3 additions and 2 deletions
1
.config/tmux/plugins/minimal-tmux-status
Submodule
1
.config/tmux/plugins/minimal-tmux-status
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 40108961c064241455c180b2533f64f3b196eeca
|
|
@ -40,8 +40,8 @@ bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel
|
|||
|
||||
bind-key b set-option status
|
||||
|
||||
bind v split-window -v
|
||||
bind h split-window -h
|
||||
bind v split-window -v -c "#{pane_current_path}"
|
||||
bind h split-window -h -c "#{pane_current_path}"
|
||||
|
||||
# Joining and sending
|
||||
bind-key j command-prompt -p "join pane from:" "join-pane -s '%%'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue