AutoYADM commit: 2025-02-06 22:30:03

This commit is contained in:
Daniel Fichtinger 2025-02-06 22:30:03 -05:00
parent 0ab5d85d4c
commit 31ffbc8bd7
5 changed files with 24 additions and 59 deletions

View file

@ -133,7 +133,7 @@ keybinds clear-defaults=true {
bind "Alt v" { NewPane "right"; }
bind "Alt s" { NewPane "down"; }
bind "Alt x" { CloseFocus; }
bind "Ctrl Q" { Quit; }
// bind "Ctrl Q" { Quit; }
}
shared_except "locked" "move" {
bind "Ctrl M" { SwitchToMode "move"; }
@ -160,7 +160,7 @@ keybinds clear-defaults=true {
bind "Ctrl b" { SwitchToMode "tmux"; }
}
shared_except "locked" "scroll" "search" {
bind "Ctrl ?" { SwitchToMode "scroll"; }
bind "Alt /" { SwitchToMode "scroll"; }
}
shared_except "locked" "tab" {
bind "Ctrl t" { SwitchToMode "tab"; }
@ -271,7 +271,7 @@ load_plugins {
// Default: default
//
// theme "dracula"
theme "reddy"
theme "ashen"
// Choose the base input mode of zellij.
// Default: normal
//