diff --git a/.config/tmux/plugins/minimal-tmux-status b/.config/tmux/plugins/minimal-tmux-status new file mode 160000 index 00000000..40108961 --- /dev/null +++ b/.config/tmux/plugins/minimal-tmux-status @@ -0,0 +1 @@ +Subproject commit 40108961c064241455c180b2533f64f3b196eeca diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index d0c252c0..593fd923 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -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 '%%'"