From 22eb16352c9e134492217c37242908047c9d00a5 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 23 Jul 2014 11:30:00 -0700 Subject: [PATCH] Add more config file items to File menu --- menus/win32.cson | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/menus/win32.cson b/menus/win32.cson index 6f43528bf..314a941e3 100644 --- a/menus/win32.cson +++ b/menus/win32.cson @@ -9,6 +9,11 @@ { label: 'Reopen Last &Item', command: 'pane:reopen-closed-item' } { type: 'separator' } { label: 'Se&ttings', command: 'application:show-settings' } + { label: 'Open Your Config', command: 'application:open-your-config' } + { label: 'Open Your Init Script', command: 'application:open-your-init-script' } + { label: 'Open Your Keymap', command: 'application:open-your-keymap' } + { label: 'Open Your Snippets', command: 'application:open-your-snippets' } + { label: 'Open Your Stylesheet', command: 'application:open-your-stylesheet' } { type: 'separator' } { label: '&Save', command: 'core:save' } { label: 'Save &As...', command: 'core:save-as' }