Skip to content

Instantly share code, notes, and snippets.

@securingsincity
Last active November 21, 2016 16:32
Show Gist options
  • Save securingsincity/21cf94b3a341275d9f72e8b17fcf4ff7 to your computer and use it in GitHub Desktop.
Save securingsincity/21cf94b3a341275d9f72e8b17fcf4ff7 to your computer and use it in GitHub Desktop.
Visual Studio Code Set up
// Place your key bindings in this file to overwrite the defaults
[
{ "key": "shift+alt+left", "command": "cursorWordEndLeftSelect" },
{ "key": "shift+alt+down", "command": "cursorColumnSelectDown" },
{ "key": "cmd+shift+d", "command": "editor.action.copyLinesDownAction" },
{ "key": "shift+alt+right", "command": "cursorWordRightSelect" },
{ "key": "shift+tab", "command": "editor.action.outdentLines" },
{ "key": "cmd+l", "command": "editor.action.insertCursorAtEndOfEachLineSelected",
"when": "editorTextFocus" }
]
HvyIndustries.crane
Kasik96.format-indent
PeterJausovec.vscode-docker
SintrumIT.theme-oceanic-next-italic
Sophisticode.php-formatter
TwentyChung.elixir
abusaidm.html-snippets
akamud.vscode-javascript-snippet-pack
azemoh.one-monokai
christian-kohler.npm-intellisense
christian-kohler.path-intellisense
dbaeumer.vscode-eslint
donjayamanne.python
dzannotti.vscode-babel-coloring
felixfbecker.php-debug
fthiagogv.theme-material-ocean-next-plus
guodf.vscode-phpfmt
hnw.vscode-auto-open-markdown-preview
itryapitsin.Scala
itryapitsin.ScalaSnippets
ivanzusko.theme-chrome-devtools-dark
jameshrisho.redux-snippets
jameshrisho.vs-code-phpunit-snippets
lukehoban.Go
mjmcloug.vscode-elixir
mohsen1.prettify-json
mrmlnc.vscode-duplicate
mrmlnc.vscode-jade-snippets
ms-vscode.sublime-keybindings
msjsdiag.debugger-for-chrome
naumovs.theme-oceanicnext
nwhatt.chai-snippets
rebornix.Ruby
spoeken.pasteandformat
spoonscen.es6-mocha-snippets
stevejpurves.cucumber
tomphilbin.lodash-snippets
vsmobile.vscode-react-native
wmaurer.change-case
xabikos.JavaScriptSnippets
xabikos.ReactSnippets
zhuangtongfa.Material-theme
@securingsincity
Copy link
Author

This gives me some of my critical commands that weren't ported as part of https://github.com/Microsoft/vscode-sublime-keybindings from Sublime to Visual Studio Code

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