User Tools

Site Tools


visual_studio_code

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
visual_studio_code [2025/12/30 08:05] stephenvisual_studio_code [2026/01/10 23:13] (current) stephen
Line 99: Line 99:
 // Place your key bindings in this file to overwrite the defaults // Place your key bindings in this file to overwrite the defaults
 [ [
-    +
-        "key": "ctrl+shift+f4", + "key": "ctrl+shift+f4", 
-        "command": "workbench.action.closeOtherEditors" + "command": "workbench.action.closeOtherEditors" 
-    }, + }, 
-    +
-        "key": "ctrl+shift+alt+k", + "key": "ctrl+shift+alt+k", 
-        "command": "bookmarks.toggleLabeled", + "command": "bookmarks.toggleLabeled", 
-        "when": "editorTextFocus" + "when": "editorTextFocus" 
-    }, + }, 
-    +
-        "key": "alt+down", + "key": "alt+down", 
-        "command": "workbench.action.terminal.focusNext", + "command": "workbench.action.terminal.focusNext", 
-        "when": "terminalFocus" + "when": "terminalFocus" 
-    }, + }, 
-    +
-        "key": "alt+up", + "key": "alt+up", 
-        "command": "workbench.action.terminal.focusPrevious", + "command": "workbench.action.terminal.focusPrevious", 
-        "when": "terminalFocus" + "when": "terminalFocus" 
-    }, + }, 
-    +
-        "key": "ctrl+shift+i", + "key": "ctrl+m ctrl+p", 
-        "command": "editor.emmet.action.wrapWithAbbreviation", + "command": "workbench.files.action.collapseExplorerFolders" 
-        "when": "editorTextFocus+ }
-    }, +
-    + "key": "ctrl+alt+c", 
-        "key": "ctrl+m ctrl+p", + "command": "git.checkout
-        "command": "workbench.files.action.collapseExplorerFolders+ }, 
-    }, +
-    + // This conflicts with switching to the Source Control panel, so get rid of it. 
-        "key": "ctrl+alt+c", + "key": "ctrl+shift+g", 
-        "command": "git.checkout+ "command": "-editor.action.announceCursorPosition
-    }+ }, 
 +
 + // TabFocusMode is a pain in the ass, so make sure it doesn't get toggled accidentally. 
 + // This would be good to map to something else. 
 + "key": "ctrl+m", 
 + "command": "-editor.action.toggleTabFocusMode
 + },
 ]</code> ]</code>
  
visual_studio_code.txt · Last modified: 2026/01/10 23:13 by stephen

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki