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

Command not found in all keybindings #8

Closed
axacheng opened this issue Sep 1, 2016 · 2 comments
Closed

Command not found in all keybindings #8

axacheng opened this issue Sep 1, 2016 · 2 comments

Comments

@axacheng
Copy link

axacheng commented Sep 1, 2016

Hi,

Unfortunately, i didnt get smooth experience with sublime keybinding after I first time installed vscode. I dont even know how to debug it. Please try to help.

Thanks

image

image

@axacheng axacheng changed the title cant move editor around Command not found in all keybindings Sep 1, 2016
@axacheng
Copy link
Author

axacheng commented Sep 1, 2016

found in : Stacks & Tabs: Added or changed commands

By reference above changed commands for my case, I changed keybindings.json with below and it works.

// Place your key bindings in this file to overwrite the defaults
[
  { "key": "cmd+w",                 "command": "workbench.action.closeActiveEditor" },
  { "key": "shift+cmd+[",           "command": "workbench.action.previousEditor" },
  { "key": "shift+cmd+]",           "command": "workbench.action.nextEditor" }
]

@waderyan
Copy link

Fixed with PR #12

@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants