Added direnv to brews
This commit is contained in:
parent
d96d437ed4
commit
6ec3fe9e4f
4 changed files with 21 additions and 31 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue