diff --git a/home/modules/tmux.nix b/home/modules/tmux.nix index eed1330..8ea0faf 100644 --- a/home/modules/tmux.nix +++ b/home/modules/tmux.nix @@ -20,6 +20,9 @@ in set-option -g status-interval 5 set-option -g automatic-rename on set-option -g automatic-rename-format '#{b:pane_current_path}' + bind '"' split-window -c "#{pane_current_path}" + bind % split-window -h -c "#{pane_current_path}" + bind c new-window -c "#{pane_current_path}" ''; }; };