zed icon indicating copy to clipboard operation
zed copied to clipboard

Fix default sublime tab navigation

Open captn3m0 opened this issue 1 year ago • 4 comments

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.

captn3m0 avatar Jul 14 '24 05:07 captn3m0

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[bot] avatar Jul 14 '24 05:07 cla-bot[bot]

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[bot] avatar Jul 14 '24 05:07 cla-bot[bot]

@cla-bot check

captn3m0 avatar Jul 14 '24 05:07 captn3m0

The cla-bot has been summoned, and re-checked this pull request!

cla-bot[bot] avatar Jul 14 '24 05:07 cla-bot[bot]

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.

notpeter avatar Jul 15 '24 20:07 notpeter

Sure. Will update this PR.

captn3m0 avatar Jul 16 '24 01:07 captn3m0