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