Browse Source

tmux: keep current pwd for window splits.

master
Fredrik Ekre 6 years ago
parent
commit
dbbce4072d
  1. 4
      .tmux.conf

4
.tmux.conf

@ -12,3 +12,7 @@ set-option -g repeat-time 300
# Exit parent process when detaching from tmux # Exit parent process when detaching from tmux
bind-key d detach-client -P bind-key d detach-client -P
# Keep pwd for new splits
bind-key '"' split-window -v -c '#{pane_current_path}'
bind-key % split-window -h -c '#{pane_current_path}'

Loading…
Cancel
Save