Created
November 23, 2021 21:39
-
-
Save JoakoV3/3991f34652c508d7ff8ea798f7f9ecc0 to your computer and use it in GitHub Desktop.
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
[ | |
{ | |
"key": "ctrl+tab", | |
"command": "workbench.action.nextEditor" | |
}, | |
{ | |
"key": "ctrl+shift+tab", | |
"command": "workbench.action.previousEditor" | |
}, | |
{ | |
"key": "tab", | |
"command": "selectNextSuggestion", | |
"when": "editorTextFocus && suggestWidgetMultipleSuggestions && suggestWidgetVisible" | |
}, | |
{ | |
"key": "shift+tab", | |
"command": "selectPrevSuggestion", | |
"when": "editorTextFocus && suggestWidgetMultipleSuggestions && suggestWidgetVisible" | |
}, | |
{ | |
"key": "ctrl+alt+v", | |
"command": "toggleVim" | |
}, | |
{ | |
"key": "shift+alt+j", | |
"command": "editor.action.moveLinesDownAction" | |
}, | |
{ | |
"key": "shift+alt+k", | |
"command": "editor.action.moveLinesUpAction", | |
"when": "editorTextFocus && !editorReadonly" | |
}, | |
{ | |
"key": "shift+k", | |
"command": "editor.action.showHover", | |
"when": "editorTextFocus" | |
} | |
] | |
are they valid also for Mac or we have to update same values? thanks a lot
Thank you so much
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Updated version