Skip to content

Commit 9497a55

Browse files
committed
📓 Add ‘Notebook Config’ command
1 parent aef35ad commit 9497a55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ app.on('ready', () => {
111111
openBrowser([filepath]);
112112
});
113113
}},
114+
{label: 'Notebook Config', accelerator: 'Command+J', click: () => {
115+
exec(`open ${nbConfigPath}`);
116+
}},
114117
{label: 'Preferences...', accelerator: 'Command+,', click: () => {
115118
exec(`open ${userConfigPath}`);
116119
}},

0 commit comments

Comments
 (0)