mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2025-12-06 05:45:24 +01:00
Adding tmux zshrc config
This commit is contained in:
@@ -46,7 +46,6 @@ automatically-unhide-macos-hidden-apps = false
|
|||||||
# if.during-aerospace-startup = true
|
# if.during-aerospace-startup = true
|
||||||
# check-further-callbacks = true
|
# check-further-callbacks = true
|
||||||
# run = ['layout floating', 'move-node-to-workspace S'] # The callback itself
|
# run = ['layout floating', 'move-node-to-workspace S'] # The callback itself
|
||||||
|
|
||||||
[[on-window-detected]]
|
[[on-window-detected]]
|
||||||
if.app-name-regex-substring = 'finder'
|
if.app-name-regex-substring = 'finder'
|
||||||
run = 'layout floating'
|
run = 'layout floating'
|
||||||
@@ -115,24 +114,24 @@ alt-ctrl-f = 'layout floating'
|
|||||||
#alt-shift-right = 'join-with right'
|
#alt-shift-right = 'join-with right'
|
||||||
|
|
||||||
# See: https://nikitabobko.github.io/AeroSpace/commands#layout
|
# See: https://nikitabobko.github.io/AeroSpace/commands#layout
|
||||||
alt-alt-slash = 'layout tiles horizontal vertical'
|
cmd-alt-slash = 'layout tiles horizontal vertical'
|
||||||
alt-alt-shift-slash = 'layout accordion horizontal vertical'
|
cmd-alt-shift-slash = 'layout accordion horizontal vertical'
|
||||||
|
|
||||||
# See: https://nikitabobko.github.io/AeroSpace/commands#focus
|
# See: https://nikitabobko.github.io/AeroSpace/commands#focus
|
||||||
alt-left = 'focus left'
|
cmd-left = 'focus left'
|
||||||
alt-down = 'focus down'
|
cmd-down = 'focus down'
|
||||||
alt-up = 'focus up'
|
cmd-up = 'focus up'
|
||||||
alt-right = 'focus right'
|
cmd-right = 'focus right'
|
||||||
|
|
||||||
# See: https://nikitabobko.github.io/AeroSpace/commands#move
|
# See: https://nikitabobko.github.io/AeroSpace/commands#move
|
||||||
alt-shift-left = 'move left'
|
cmd-shift-left = 'move left'
|
||||||
alt-shift-down = 'move down'
|
cmd-shift-down = 'move down'
|
||||||
alt-shift-up = 'move up'
|
cmd-shift-up = 'move up'
|
||||||
alt-shift-right = 'move right'
|
cmd-shift-right = 'move right'
|
||||||
|
|
||||||
# See: https://nikitabobko.github.io/AeroSpace/commands#resize
|
# See: https://nikitabobko.github.io/AeroSpace/commands#resize
|
||||||
alt-shift-minus = 'resize smart -50'
|
cmd-shift-minus = 'resize smart -50'
|
||||||
alt-shift-equal = 'resize smart +50'
|
cmd-shift-equal = 'resize smart +50'
|
||||||
|
|
||||||
# See: https://nikitabobko.github.io/AeroSpace/commands#workspace
|
# See: https://nikitabobko.github.io/AeroSpace/commands#workspace
|
||||||
alt-1 = 'workspace 1'
|
alt-1 = 'workspace 1'
|
||||||
@@ -143,6 +142,8 @@ alt-5 = 'workspace 5'
|
|||||||
alt-6 = 'workspace 6'
|
alt-6 = 'workspace 6'
|
||||||
alt-7 = 'workspace 7'
|
alt-7 = 'workspace 7'
|
||||||
alt-8 = 'workspace 8'
|
alt-8 = 'workspace 8'
|
||||||
|
# Allow switching to extra screen
|
||||||
|
alt-0 = 'workspace 10'
|
||||||
|
|
||||||
# See: https://nikitabobko.github.io/AeroSpace/commands#move-node-to-workspace
|
# See: https://nikitabobko.github.io/AeroSpace/commands#move-node-to-workspace
|
||||||
alt-shift-1 = 'move-node-to-workspace 1 --focus-follows-window'
|
alt-shift-1 = 'move-node-to-workspace 1 --focus-follows-window'
|
||||||
|
|||||||
Reference in New Issue
Block a user