new panes open in the same working directory

D4VIDB2 3 years ago
parent 0f552f2d39
commit 7f771636db

@ -29,8 +29,10 @@ set-option -g default-shell /usr/bin/zsh
set-option -sa terminal-overrides ',xterm-256color:RGB' set-option -sa terminal-overrides ',xterm-256color:RGB'
# Set easier window split keys # Set easier window split keys
bind-key h split-window -v bind-key h split-window -v -c "#{pane_current_path}"
bind-key v split-window -h bind-key v split-window -h -c "#{pane_current_path}"
bind-key c new-window -c "#{pane_current_path}"
# Easy config reload # Easy config reload
bind-key r source-file ~/.tmux.conf \; display-message "~/.tmux.conf reloaded." bind-key r source-file ~/.tmux.conf \; display-message "~/.tmux.conf reloaded."

Loading…
Cancel
Save