updated aerospace config

This commit is contained in:
Tyler Mayoff 2025-04-10 13:31:45 -04:00
parent 2aae70f294
commit 2703d94a4c
No known key found for this signature in database
GPG key ID: FAE8714D991290A9
3 changed files with 7 additions and 8 deletions

View file

@ -100,10 +100,10 @@ alt-shift-down = 'focus down'
alt-shift-up = 'focus up'
alt-shift-right = 'focus right'
ctrl-alt-shift-left = 'focus-monitor left --wrap-around'
ctrl-alt-shift-right = 'focus-monitor right --wrap-around'
ctrl-alt-shift-up = 'focus-monitor up --wrap-around'
ctrl-alt-shift-down = 'focus-monitor down --wrap-around'
ctrl-alt-shift-left = 'focus-monitor left'
ctrl-alt-shift-right = 'focus-monitor right'
ctrl-alt-shift-up = 'focus-monitor up'
ctrl-alt-shift-down = 'focus-monitor down'
# See: https://nikitabobko.github.io/AeroSpace/commands#move
alt-shift-h = 'move left'

View file

@ -64,8 +64,7 @@ in {
conan
deno
lsp-ai
python312Packages.jedi-language-server
basedpyright
];
homebrew = {

View file

@ -39,8 +39,8 @@ language-servers = [
name = "python"
language-servers = [
"ruff",
"pylsp",
"gpt"
"basedpyright",
"gpt",
]
[[language]]