zellij: Configure unbinds, fix typo

Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
George Kaklamanos 2025-06-30 11:58:32 +03:00
parent 9adb9507c0
commit a376cd8622
Signed by: gkaklas
GPG key ID: C0CAB8A6BDC9399D

View file

@ -8,11 +8,14 @@
default_layout "main"
session_serialization false
keybinds {
unbind "Ctrl p"
unbind "Ctrl o"
normal {
unbind "Ctrl p"
unbind "Ctrl o"
unbind "Ctrl n"
unbind "Ctrl q"
bind "Ctrl w" { SwitchToMode "pane"; }
bind "Ctrl '" { SwitchToMode "session"; }
}
}
ui {
pane_frames {