diff --git a/.tmux.conf b/.tmux.conf index e653465..1456ca9 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -52,3 +52,6 @@ set-environment -g COLORTERM "truecolor" # Display messages longer (ms) #set-option -g display-time 4000 +# Splits start with $PWD from source pane +bind '"' split-window -v -c "#{pane_current_path}" +bind % split-window -h -c "#{pane_current_path}"