xsettingsd: enable service for dynamic GTK theme switching
[julm/julm-nix.git] / home-manager / profiles / tmux.conf
index ce0f8d72cbea2f85a41f3bacf7a66f0cc7bbbef9..dc5ecf6036b0210d036b376907b88b01c40ddd7c 100644 (file)
@@ -101,10 +101,8 @@ bind -r L resize-pane -R 5
 bind-key 8 resize-pane -x 80
 
 # Maximize and restore a pane
-unbind Up
-bind Up new-window -d -n tmp \; swap-pane -s tmp.1 \; select-window -t tmp
-unbind Down
-bind Down last-window \; swap-pane -s tmp.1 \; kill-window -t tmp
+unbind z
+bind z resize-pane -Z
 
 # Log output to a text file on demand.
 #bind P pipe-pane -o "cat >>~/#W.log" \; display "Toggled logging to ~/#W.log"