[macbook] Bunch of misc updates.

This commit is contained in:
jmug
2025-12-14 01:52:50 -08:00
parent 5400b88b75
commit e03f9db6b2
6 changed files with 108 additions and 15 deletions
+6 -4
View File
@@ -57,11 +57,13 @@
bind w kill-pane
bind W kill-window
# I'd rather have the session
# list functionality, don't use sync much.
# Pane sync
unbind s
unbind S
bind s setw synchronize-panes on
bind S setw synchronize-panes off
# unbind s
# unbind S
# bind s setw synchronize-panes on
# bind S setw synchronize-panes off
'';
plugins = with pkgs; [
{