mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
updated aerospace config
This commit is contained in:
parent
2aae70f294
commit
2703d94a4c
3 changed files with 7 additions and 8 deletions
|
|
@ -100,10 +100,10 @@ alt-shift-down = 'focus down'
|
||||||
alt-shift-up = 'focus up'
|
alt-shift-up = 'focus up'
|
||||||
alt-shift-right = 'focus right'
|
alt-shift-right = 'focus right'
|
||||||
|
|
||||||
ctrl-alt-shift-left = 'focus-monitor left --wrap-around'
|
ctrl-alt-shift-left = 'focus-monitor left'
|
||||||
ctrl-alt-shift-right = 'focus-monitor right --wrap-around'
|
ctrl-alt-shift-right = 'focus-monitor right'
|
||||||
ctrl-alt-shift-up = 'focus-monitor up --wrap-around'
|
ctrl-alt-shift-up = 'focus-monitor up'
|
||||||
ctrl-alt-shift-down = 'focus-monitor down --wrap-around'
|
ctrl-alt-shift-down = 'focus-monitor down'
|
||||||
|
|
||||||
# See: https://nikitabobko.github.io/AeroSpace/commands#move
|
# See: https://nikitabobko.github.io/AeroSpace/commands#move
|
||||||
alt-shift-h = 'move left'
|
alt-shift-h = 'move left'
|
||||||
|
|
|
||||||
|
|
@ -64,8 +64,7 @@ in {
|
||||||
conan
|
conan
|
||||||
|
|
||||||
deno
|
deno
|
||||||
lsp-ai
|
basedpyright
|
||||||
python312Packages.jedi-language-server
|
|
||||||
];
|
];
|
||||||
|
|
||||||
homebrew = {
|
homebrew = {
|
||||||
|
|
|
||||||
|
|
@ -39,8 +39,8 @@ language-servers = [
|
||||||
name = "python"
|
name = "python"
|
||||||
language-servers = [
|
language-servers = [
|
||||||
"ruff",
|
"ruff",
|
||||||
"pylsp",
|
"basedpyright",
|
||||||
"gpt"
|
"gpt",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue