Fix default sublime tab navigation
The default sublime bindings are:
{ "keys": ["ctrl+pagedown"], "command": "next_view" }, { "keys": ["ctrl+pageup"], "command": "prev_view" }, { "keys": ["ctrl+tab"], "command": "next_view_in_stack" }, { "keys": ["ctrl+shift+tab"], "command": "prev_view_in_stack" },
This matches zed to do the same:
pagedown = tab = NextItem pageup = shift_tab = PrevItem
Release Notes:
- Tab navigation bindings in sublime keymap matched to follow sublime's default.
We require contributors to sign our Contributor License Agreement, and we don't have @captn3m0 on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'.
We require contributors to sign our Contributor License Agreement, and we don't have @captn3m0 on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'.
@cla-bot check
The cla-bot has been summoned, and re-checked this pull request!
Hi @captn3m0! That's really funny that we got it reversed! Would you be willing to fix it on the macos/sublime_text.json bindings too? Looks like we got it wrong there too.
Sure. Will update this PR.