diff --git a/hosts/pinwheel/modules/tmux/default.nix b/hosts/pinwheel/modules/tmux/default.nix index abbcf72..9164119 100644 --- a/hosts/pinwheel/modules/tmux/default.nix +++ b/hosts/pinwheel/modules/tmux/default.nix @@ -40,6 +40,9 @@ bind r source-file ~/.config/tmux/tmux.conf \; display "Config reloaded" + # Remove accidental `suspend-client` triggers + unbind C-z + bind | split-window -h -c "#{pane_current_path}" bind - split-window -v -c "#{pane_current_path}"