Skip to content

Commit cfd1608

Browse files
committed
move tab shortcuts
1 parent b1585f8 commit cfd1608

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

roles/zellij/files/config.kdl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ keybinds clear-defaults=true {
2828
bind "down" { GoToNextTab; }
2929
bind "up" { GoToPreviousTab; }
3030
bind "right" { GoToNextTab; }
31+
bind "Shift Left" { MoveTab "Left"; }
32+
bind "Shift h" { MoveTab "Left"; }
33+
bind "Shift Right" { MoveTab "Right"; }
34+
bind "Shift l" { MoveTab "Right"; }
3135
bind "1" { GoToTab 1; SwitchToMode "locked"; }
3236
bind "2" { GoToTab 2; SwitchToMode "locked"; }
3337
bind "3" { GoToTab 3; SwitchToMode "locked"; }

0 commit comments

Comments
 (0)