make tmux pane splitting preserve working directory

This commit is contained in:
LordMZTE 2021-04-11 19:20:19 +02:00
parent ee40a1d5e1
commit ef62d48055

View file

@ -1,5 +1,8 @@
set -g default-terminal "xterm-kitty"
set -g mouse on
bind % split-window -h -c "#{pane_current_path}"
bind '"' split-window -v -c "#{pane_current_path}"
set -g @dracula-show-weather false
set -g @dracula-show-powerline true
set -g @dracula-show-flags true