Skip to content

Instantly share code, notes, and snippets.

@tdd
Created December 5, 2018 14:41
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
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