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

[Question] How to bind keymaps #10

Open
Kikobeats opened this issue Oct 18, 2018 · 3 comments
Open

[Question] How to bind keymaps #10

Kikobeats opened this issue Oct 18, 2018 · 3 comments

Comments

@Kikobeats
Copy link

Kikobeats commented Oct 18, 2018

Hello,

Thanks for creating this plugin, it's very useful πŸ‘.

I'm trying to setup a key binding for open the different activity bar options using differen keys, for example:

F3 β†’ Tree View
F4 β†’ Search
F5 β†’ Debug

The only bind I found was Toggle sidebar visibility, but doing that I can't select the sidebar option that I want

Any idea how to do that?

@Gruntfuggly
Copy link
Owner

You should be able to change the following keybindings:

activitusbar.showExplorerView  (Ctrl+Shift+E)
activitusbar.showSearchViewWithSelection (Ctrl+Shift+F)
activitusbar.showReplaceViewWithSelection (Ctrl+Shift+H) Β 
activitusbar.showScmView (Ctrl+Shift+G) Β 
activitusbar.showDebugView (Ctrl+Shift+D)
activitusbar.showExtensionsView (Ctrl+Shift+X)

Unfortunately you can't select any extension provided views yet.

@Kikobeats
Copy link
Author

Thanks a lot! feeling we can add it into readme πŸ™‚

@Gruntfuggly
Copy link
Owner

Yes, that would be a good idea! 😁 I'll add it.

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

No branches or pull requests

2 participants