You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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>
The text was updated successfully, but these errors were encountered: