Modify tmux config/setup, zsh, some nvim & skhd key mappings, etc

This commit is contained in:
2025-09-05 12:39:47 -05:00
committed by david
parent 759958b126
commit 891b605dbe
19 changed files with 107 additions and 38 deletions

View File

@@ -21,12 +21,14 @@ alt + shift - 7 : yabai -m window --space 7 --focus
alt + shift - 8 : yabai -m window --space 8 --focus
alt + shift - 9 : yabai -m window --space 9 --focus
# all windows in a space to fullscreen in a single stack
# all windows in a space to stack mode (each fullscreen)
alt + shift - s : yabai -m space --layout stack
# all windows in a space back to the grid (managed)
# all windows in a space to grid mode
alt + shift - g : yabai -m space --layout bsp
# all windows in a space to float mode
alt + shift - f : yabai -m space --layout float
# toggle float on/off for the focused window
alt + shift - f : yabai -m window --toggle float
alt + shift - F : yabai -m window --toggle float
# balance window sizes
alt + shift - 0 : yabai -m space --balance # TODO: figure out better key option