Skip to content
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

Open
mitchellh opened this issue Jan 12, 2025 · 2 comments · May be fixed by #5009
Open

GTK: Default keybinds for move_tab #4998

mitchellh opened this issue Jan 12, 2025 · 2 comments · May be fixed by #5009
Labels

Comments

@mitchellh
Copy link
Contributor

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>
@mitchellh
Copy link
Contributor Author

I'm curious if there is a similar default on macOS. I can't check currently since I'm on a laptop keyboard.

@aw1875 aw1875 linked a pull request Jan 13, 2025 that will close this issue
@slagiewka
Copy link

I'm curious if there is a similar default on macOS.

Firefox: yes
Chrome: yes
VSCode: complicated - cmd+K then cmd+shift+direction arrow

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants