AutoYADM commit: 2024-11-17 23:32:03

This commit is contained in:
Daniel Fichtinger 2024-11-17 23:32:03 -05:00
parent 5394ccc9d3
commit 73740755fb
2 changed files with 3 additions and 2 deletions

View file

@ -339,3 +339,4 @@ bold_italic_font auto
include ~/.cache/wal/colors-kitty.conf
background_opacity 0.9
map ctrl+shift+r no_op
map ctrl+shift+o no_op

View file

@ -103,7 +103,7 @@ keybinds clear-defaults=true {
}
SwitchToMode "normal"
}
bind "Ctrl o" { SwitchToMode "normal"; }
bind "Ctrl O" { SwitchToMode "normal"; }
bind "p" {
LaunchOrFocusPlugin "plugin-manager" {
floating true
@ -139,7 +139,7 @@ keybinds clear-defaults=true {
bind "Ctrl m" { SwitchToMode "move"; }
}
shared_except "locked" "session" {
bind "Ctrl o" { SwitchToMode "session"; }
bind "Ctrl O" { SwitchToMode "session"; }
}
shared_except "locked" "scroll" {
// bind "Alt left" { MoveFocusOrTab "left"; }