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
|
||||
# check-further-callbacks = true
|
||||
# run = ['layout floating', 'move-node-to-workspace S'] # The callback itself
|
||||
|
||||
[[on-window-detected]]
|
||||
if.app-name-regex-substring = 'finder'
|
||||
run = 'layout floating'
|
||||
@@ -115,24 +114,24 @@ alt-ctrl-f = 'layout floating'
|
||||
#alt-shift-right = 'join-with right'
|
||||
|
||||
# See: https://nikitabobko.github.io/AeroSpace/commands#layout
|
||||
alt-alt-slash = 'layout tiles horizontal vertical'
|
||||
alt-alt-shift-slash = 'layout accordion horizontal vertical'
|
||||
cmd-alt-slash = 'layout tiles horizontal vertical'
|
||||
cmd-alt-shift-slash = 'layout accordion horizontal vertical'
|
||||
|
||||
# See: https://nikitabobko.github.io/AeroSpace/commands#focus
|
||||
alt-left = 'focus left'
|
||||
alt-down = 'focus down'
|
||||
alt-up = 'focus up'
|
||||
alt-right = 'focus right'
|
||||
cmd-left = 'focus left'
|
||||
cmd-down = 'focus down'
|
||||
cmd-up = 'focus up'
|
||||
cmd-right = 'focus right'
|
||||
|
||||
# See: https://nikitabobko.github.io/AeroSpace/commands#move
|
||||
alt-shift-left = 'move left'
|
||||
alt-shift-down = 'move down'
|
||||
alt-shift-up = 'move up'
|
||||
alt-shift-right = 'move right'
|
||||
cmd-shift-left = 'move left'
|
||||
cmd-shift-down = 'move down'
|
||||
cmd-shift-up = 'move up'
|
||||
cmd-shift-right = 'move right'
|
||||
|
||||
# See: https://nikitabobko.github.io/AeroSpace/commands#resize
|
||||
alt-shift-minus = 'resize smart -50'
|
||||
alt-shift-equal = 'resize smart +50'
|
||||
cmd-shift-minus = 'resize smart -50'
|
||||
cmd-shift-equal = 'resize smart +50'
|
||||
|
||||
# See: https://nikitabobko.github.io/AeroSpace/commands#workspace
|
||||
alt-1 = 'workspace 1'
|
||||
@@ -143,6 +142,8 @@ alt-5 = 'workspace 5'
|
||||
alt-6 = 'workspace 6'
|
||||
alt-7 = 'workspace 7'
|
||||
alt-8 = 'workspace 8'
|
||||
# Allow switching to extra screen
|
||||
alt-0 = 'workspace 10'
|
||||
|
||||
# See: https://nikitabobko.github.io/AeroSpace/commands#move-node-to-workspace
|
||||
alt-shift-1 = 'move-node-to-workspace 1 --focus-follows-window'
|
||||
|
||||
Reference in New Issue
Block a user