fuck yes :)

This commit is contained in:
2026-02-19 23:15:15 +00:00
parent fde3483278
commit c810bf0409
6 changed files with 42 additions and 5 deletions

View File

@@ -110,7 +110,7 @@ keybinds clear-defaults=true {
}
SwitchToMode "normal"
}
bind "Ctrl o" { SwitchToMode "normal"; }
bind "Ctrl e" { SwitchToMode "normal"; }
bind "p" {
LaunchOrFocusPlugin "plugin-manager" {
floating true
@@ -160,7 +160,7 @@ keybinds clear-defaults=true {
bind "Ctrl h" { SwitchToMode "move"; }
}
shared_except "locked" "session" {
bind "Ctrl o" { SwitchToMode "session"; }
bind "Ctrl e" { SwitchToMode "session"; }
}
shared_except "locked" "scroll" "search" "tmux" {
bind "Ctrl b" { SwitchToMode "tmux"; }