zellij-org / zellij

A terminal workspace with batteries included
https://zellij.dev
MIT License
19.38k stars 610 forks source link

Ctrl Left/Right moves to previous or next tab #3432

Open agentzhao opened 1 week ago

agentzhao commented 1 week ago
normal {
        bind "Ctrl Left" { GoToPreviousTab; }
        bind "Ctrl Right" { GoToNextTab; }
}

Is it possible to bind arrow keys to Ctrl so that I can move to the previous and next tab like so?