// Place your key bindings in this file to overwrite the defaults [ { "key": "shift+cmd+d", "command": "editor.action.copyLinesDownAction", "when": "editorTextFocus && !editorReadonly" }, { "key": "shift+alt+down", "command": "-editor.action.copyLinesDownAction", "when": "editorTextFocus && !editorReadonly" }, { "key": "shift+cmd+n", "command": "bookmarks.jumpToNext", "when": "editorTextFocus" }, { "key": "shift+cmd+b", "command": "bookmarks.toggle", "when": "editorTextFocus" }, { "key": "alt+cmd+k", "command": "-bookmarks.toggle", "when": "editorTextFocus" }, { "key": "shift+cmd+l", "command": "bookmarks.list" } ]