How to rebind go to symbol in buffer? #25312
Unanswered
yaroslavyaroslav
asked this question in
General Q&A
Replies: 1 comment 1 reply
-
You can probably do something like this:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There's cmd+r binding to make goto symbol pane to appear (Sublime bindings setup), and I haven't found a way to rebind it to some other keybindings explicitly.
The problem is that while goto symbol pane is presented and focused cmd+r key bind starts working differently (to set focus on an assistant chat), so the flow to constantly show/hide goto symbol pane by again constantly hitting cmd+r doesn't work.
Beta Was this translation helpful? Give feedback.
All reactions