This commit is contained in:
2026-02-20 09:16:35 +00:00
parent a9362d767e
commit f7deb87360
4 changed files with 8 additions and 3 deletions

View File

@@ -46,3 +46,7 @@ Host mac-attio
User thomasglopes
IdentityFile ~/.ssh/mac-attio
AddKeysToAgent yes
LogLevel QUIET
LocalForward 443 localhost:443
LocalForward 8081 localhost:8081
LocalForward 8082 localhost:8082

View File

@@ -10,7 +10,8 @@ style = "Regular"
import = ["~/.config/alacritty/dank-theme.toml"]
[terminal.shell]
program = "zellij"
program = "/usr/bin/fish"
args = ["-l", "-c", "zellij; exec fish -l"]
[window]
opacity = 0.9

View File

@@ -2,6 +2,6 @@
"lastChangelogVersion": "0.54.0",
"defaultProvider": "openrouter",
"defaultModel": "openai/gpt-5.2-codex",
"defaultThinkingLevel": "high",
"defaultThinkingLevel": "minimal",
"theme": "matugen"
}

View File

@@ -154,7 +154,7 @@ keybinds clear-defaults=true {
bind "Alt o" { MoveTab "right"; }
bind "Alt p" { TogglePaneInGroup; }
bind "Alt Shift p" { ToggleGroupMarking; }
bind "Ctrl q" { Quit; }
// bind "Ctrl q" { Quit; }
}
shared_except "locked" "move" {
bind "Ctrl h" { SwitchToMode "move"; }