diff --git a/src/lib/keyBindings.js b/src/lib/keyBindings.js index b25213962..fc63098c2 100644 --- a/src/lib/keyBindings.js +++ b/src/lib/keyBindings.js @@ -714,6 +714,12 @@ const APP_BINDING_CONFIG = [ readOnly: true, editorOnly: true, }, + { + name: "welcomeTab", + description: "Find a file", + key: "Ctrl-Shift-W", + action: "welcome", + }, ]; const APP_KEY_BINDINGS = buildAppBindings(APP_BINDING_CONFIG);