zellij: recover part of the mappings

This commit is contained in:
J. Fernando Sánchez
2026-06-14 21:21:55 +02:00
parent 31a2c33bb0
commit 2cce13f50c
2 changed files with 20 additions and 13 deletions

View File

@@ -1,10 +1,17 @@
output "LG Electronics LG ULTRAWIDE 0x0005B9E2" {
mode "2560x1080@59.978"
scale 1
position x=-1395 y=0
}
// Generated by Monique — https://github.com/ToRvaLDz/monique
output "Chimei Innolux Corporation 0x144F Unknown" {
scale 1
position x=-1395 y=0
off
}
output "Invalid Vendor Codename - RTK 0x0101 0x01010101" {
mode "2160x1440@59.996"
scale 1
position x=2795 y=1920
}
output "PNP(BNQ) BenQ EL2870U 19L03451SL0" {
mode "2560x1440@59.951"
scale 1
position x=2571 y=480
}

View File

@@ -143,7 +143,6 @@ keybinds clear-defaults=true {
bind "Alt =" { Resize "Increase"; }
bind "Alt [" { PreviousSwapLayout; }
bind "Alt ]" { NextSwapLayout; }
bind "Alt f" { ToggleFloatingPanes; }
bind "Ctrl g" { SwitchToMode "locked"; }
bind "Alt h" { MoveFocusOrTab "left"; }
bind "Alt i" { MoveTab "left"; }
@@ -160,7 +159,6 @@ keybinds clear-defaults=true {
bind "Ctrl h" { SwitchToMode "move"; }
}
shared_except "locked" "session" {
bind "Ctrl o" { SwitchToMode "session"; }
}
shared_except "locked" "scroll" "search" "tmux" {
bind "Ctrl a" { SwitchToMode "tmux"; }
@@ -171,11 +169,7 @@ keybinds clear-defaults=true {
shared_except "locked" "tab" {
bind "Ctrl t" { SwitchToMode "tab"; }
}
shared_except "locked" "pane" {
bind "Ctrl p" { SwitchToMode "pane"; }
}
shared_except "locked" "resize" {
bind "Ctrl n" { SwitchToMode "resize"; }
}
shared_except "normal" "locked" "entersearch" {
bind "enter" { SwitchToMode "normal"; }
@@ -241,6 +235,12 @@ keybinds clear-defaults=true {
bind "o" { FocusNextPane; }
bind "p" { GoToPreviousTab; SwitchToMode "normal"; }
bind "z" { ToggleFocusFullscreen; SwitchToMode "normal"; }
bind "p" { SwitchToMode "pane"; }
bind "r" { SwitchToMode "resize"; }
bind "Ctrl a" { Write 1; SwitchToMode "Normal"; }
bind "a" { Write 1; SwitchToMode "Normal"; }
bind "S" { SwitchToMode "session"; }
bind "f" { ToggleFloatingPanes; SwitchToMode "Normal"; }
}
}