-
Notifications
You must be signed in to change notification settings - Fork 616
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GTK: Default keybinds for move_tab
#4998
Comments
I'm curious if there is a similar default on macOS. I can't check currently since I'm on a laptop keyboard. |
I don't think there is a strong default on macos. Safari seems to be
|
(on macOS) Chrome also uses ctrl-page_up/down (ctrl-fn-up/down). And if you add shift, it will move the current tab one to the left/right. |
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: