Open
Description
Discussed in #4968
Originally posted by whatisaphone January 11, 2025
On Linux, most apps let you shuffle tabs around with ctrl-shift-pgup and ctrl-shift-pgdn. This works in Firefox, VSCode, Gnome Terminal, and I can't think of any app I use where it doesn't. In the spirit of zero-config, I suggest adding those as default keybinds.
keybind = ctrl+shift+page_up=move_tab:-1
keybind = ctrl+shift+page_down=move_tab:1
```</div>