changes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
"lastChangelogVersion": "0.54.0",
|
||||
"defaultProvider": "openrouter",
|
||||
"defaultModel": "openai/gpt-5.2-codex",
|
||||
"defaultThinkingLevel": "high",
|
||||
"defaultThinkingLevel": "minimal",
|
||||
"theme": "matugen"
|
||||
}
|
||||
@@ -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"; }
|
||||
|
||||
Reference in New Issue
Block a user