Skip to content

Instantly share code, notes, and snippets.

@tdd
Created December 5, 2018 14:41
Show Gist options
  • Save tdd/191ca8321442aadeaef1104c90e7bd27 to your computer and use it in GitHub Desktop.
Save tdd/191ca8321442aadeaef1104c90e7bd27 to your computer and use it in GitHub Desktop.
Disable Pipe key for Bookmarks on OSX VS Code
{
"key": "shift+alt+l",
"command": "-bookmarks.expandSelectionToNext",
"when": "editorTextFocus"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment