You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
axacheng
changed the title
cant move editor around
Command not found in all keybindings
Sep 1, 2016
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"}]
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
The text was updated successfully, but these errors were encountered: