VSCode keymap

// Coloque sus enlaces de teclado en este archivo para sobrescribir los valores predeterminados. [ // Open toolbar // @extension: none { "key": "ctrl+alt+x", "command": "workbench.action.showCommands", "when": "editorTextFocus" }, // New File // @extension: Simple New File { "key": "ctrl+x ctrl+n", "command": "extension.simpleNewFile" }, // @extension: Emmet { "key": "ctrl+x ctrl+j", "command": "editor.emmet.action.expandAbbreviation", "when": "config.emmet.triggerExpansionOnTab && editorTextFocus && !editorReadonly && !editorTabMovesFocus" }, // Quick open { "key": "ctrl+x ctrl+f", "command": "workbench.action.quickOpen" } // @extension: advanced-new-file extension >=1.2.0 // @deprecated /* { "key": "ctrl+x ctrl+n", "command": "extension.advancedNewFile", }, */ // Needed block-travel extension >=0.0.2 { "key": "ctrl+alt+p", "command": "block-travel.jumpUp", "when": "editorTextFocus" }, { "key": "ctrl+alt+n", "command": "block-travel.jumpDown", "when": "editorTextFocus" }, { "key": "alt+n", "command": "editor.action.addSelectionToNextFindMatch", "when": "editorTextFocus" }, { "key": "alt+/", "command": "editor.action.triggerSuggest", "when": "editorTextFocus" }, // Set mark // { // "key": "ctrl+space", // "command": "emacs.enterMarkMode", // "when": "editorTextFocus" // }, // Desplazamiento del cursor { "key": "ctrl+alt+b", "command": "emacs.cursorWordLeft", "when": "isMac && editorTextFocus" }, { "key": "alt+b", "command": "emacs.cursorWordLeft", "when": "isWindows && editorTextFocus" }, { "key": "alt+s", "command": "editor.action.addSelectionToNextFindMatch", "when": "editorFocus" }, { "key": "cmd+d", "command": "-editor.action.addSelectionToNextFindMatch", "when": "editorFocus" }, { "key": "ctrl+x ctrl+b", "command": "workbench.action.showAllEditors" }, { "key": "ctrl+x b", "command": "-workbench.action.showAllEditors" }, { "key": "ctrl+x ctrl+n", "command": "extension.advancedNewFile" }, { "key": "alt+cmd+n", "command": "-extension.advancedNewFile" }, { "key": "ctrl+x 0", "command": "workbench.files.action.focusOpenEditorsView", "when": "workbench.explorer.openEditorsView.active" }, { "key": "cmd+k e", "command": "-workbench.files.action.focusOpenEditorsView", "when": "workbench.explorer.openEditorsView.active" }, { "key": "ctrl+0", "command": "workbench.explorer.fileView.focus" }, { "key": "ctrl+x 0", "command": "workbench.action.focusActiveEditorGroup" }, { "key": "alt+/", "command": "-editor.action.triggerSuggest", "when": "editorHasCompletionItemProvider && textInputFocus && !editorReadonly" }, { "key": "ctrl+alt+/", "command": "undo", "when": "textInputFocus && !editorReadonly" }, { "key": "cmd+z", "command": "-undo", "when": "textInputFocus && !editorReadonly" }, { "key": "ctrl+alt+m", "command": "cursorLineStart", "when": "textInputFocus" }, { "key": "ctrl+a", "command": "-cursorLineStart", "when": "textInputFocus" }, { "key": "ctrl+x a", "command": "editor.action.selectAll", "when": "textInputFocus" }, { "key": "cmd+a", "command": "-editor.action.selectAll", "when": "textInputFocus" }, { "key": "ctrl+x a", "command": "editor.action.selectAll", "when": "editorTextFocus" }, { "key": "ctrl+x h", "command": "-editor.action.selectAll", "when": "editorTextFocus" }, { "key": "ctrl+alt+w", "command": "editor.action.clipboardCopyAction", "when": "textInputFocus" }, { "key": "cmd+c", "command": "-editor.action.clipboardCopyAction", "when": "textInputFocus" }, { "key": "shift+cmd+d", "command": "editor.action.duplicateSelection" }, { "key": "ctrl+h ctrl+m", "command": "workbench.view.explorer" }, { "key": "shift+cmd+e", "command": "-workbench.view.explorer" }, { "key": "ctrl+h ctrl+m", "command": "workbench.action.toggleSidebarVisibility" }, { "key": "cmd+b", "command": "-workbench.action.toggleSidebarVisibility" }, // Live server extension >=5.1.1 // Material Facebook Theme >=1.1.0 // Halcyon Theme >=0.1.11 // ESLint >=1.5.0 // Apache Conf >=1.1.1 // Emacs Friendly Keymap >=0.8.2 // Material Theme 2.4.2 // One Dark Pro 2.15.4 // One Monokay Theme 0.3.2 // Palenight Theme 1.9.3 // PHP Debug 1.12.5 // PHP Extensions Pack 1.0.2 // PHP IntelliSense 2.3.5 // Sass 1.4.9 // Sea Green Theme 1.1.2 // Spacemacs 1.1.1 // Spanish Language Pack for Visual Studio Code 1.26.3 // Theme Bear 0.0.7 // TWIG pack 1.0.0 ]

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.