diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 3ae5e52..05b7411 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -14,3 +14,8 @@ set-option -g window-status-bell-attr bold set-option -g window-status-activity-attr bold bind r source-file ~/.tmux.conf + +bind '"' split-window -c "#{pane_current_path}" +bind % split-window -h -c "#{pane_current_path}" + +bind C-c new-window -c '#{pane_current_path}'