Added direnv to brews

This commit is contained in:
lulusilly 2026-01-04 12:22:41 -04:00
parent d96d437ed4
commit 6ec3fe9e4f
4 changed files with 21 additions and 31 deletions

View file

@ -5,20 +5,20 @@ theme = IC Orange PPL
mouse-hide-while-typing = true
keybind = super+n=new_window
keybind = super+h=goto_split:left
keybind = super+j=goto_split:down
keybind = super+k=goto_split:top
keybind = super+l=goto_split:right
keybind = cmd+n=new_window
keybind = cmd+h=goto_split:left
keybind = cmd+j=goto_split:down
keybind = cmd+k=goto_split:top
keybind = cmd+l=goto_split:right
keybind = super+a>h=new_split:left
keybind = super+a>j=new_split:down
keybind = super+a>k=new_split:up
keybind = super+a>l=new_split:right
keybind = super+a>f=toggle_split_zoom
keybind = cmd+shift+h=new_split:left
keybind = cmd+shift+j=new_split:down
keybind = cmd+shift+k=new_split:up
keybind = cmd+shift+l=new_split:right
keybind = cmd+f=toggle_split_zoom
keybind = super+a>n=next_tab
keybind = super+a>p=previous_tab
keybind = cmd+a>l=next_tab
keybind = cmd+a>h=previous_tab
keybind = super+r=reload_config

View file

@ -1,8 +1,8 @@
# General Movement
alt - h : yabai -m window --focus west
alt - j : yabai -m window --focus south
alt - k : yabai -m window --focus north
alt - l : yabai -m window --focus east
0x3A - h : yabai -m window --focus west
0x3A - j : yabai -m window --focus south
0x3A - k : yabai -m window --focus north
0x3A - l : yabai -m window --focus east
shift + alt - h : yabai -m window --swap west
shift + alt - j : yabai -m window --swap south
shift + alt - k : yabai -m window --swap north