Created
November 9, 2017 11:51
-
-
Save nimatt/b3d5038ed8f808bed89e150b5fdf385b to your computer and use it in GitHub Desktop.
Visual Studio Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Place your key bindings in this file to overwrite the defaults | |
[ | |
// Toggle between terminal and editor focus | |
{ "key": "ctrl+m", "command": "workbench.action.terminal.focus"}, | |
{ "key": "ctrl+m", "command": "workbench.action.focusActiveEditorGroup", "when": "terminalFocus"}, | |
// Rename on ctrl+r ctrl + r | |
{ "key": "ctrl+r ctrl+r", "command": "editor.action.rename", "when": "editorHasRenameProvider && editorTextFocus && !editorReadonly" } | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment