Skip to content

Instantly share code, notes, and snippets.

@tdd
Created December 5, 2018 14:41
Embed
What would you like to do?
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