zellij-utils 0.44.1

A utility library for Zellij client and server
Documentation
1
2
3
4
5
6
7
8
9
10
11
layout
keybinds {
    normal {
        bind "b" { SwitchToMode "Session"; }
        bind "Ctrl b" { SwitchToMode "Resize"; }
    }
    scroll {
        bind "b" { SwitchToMode "Locked"; }
        bind "Ctrl c" { SwitchToMode "Resize"; }
    }
}