diff --git a/menus/darwin.cson b/menus/darwin.cson index 8cd314c1e..c20379e54 100644 --- a/menus/darwin.cson +++ b/menus/darwin.cson @@ -99,6 +99,7 @@ submenu: [ { label: 'Add Selection Above', command: 'editor:add-selection-above' } { label: 'Add Selection Below', command: 'editor:add-selection-below' } + { label: 'Split into Lines', command: 'editor:split-selection-into-lines'} { type: 'separator' } { label: 'Select to Top', command: 'core:select-to-top' } { label: 'Select to Bottom', command: 'core:select-to-bottom' } diff --git a/menus/win32.cson b/menus/win32.cson index e4017fc42..8263f99a5 100644 --- a/menus/win32.cson +++ b/menus/win32.cson @@ -106,6 +106,7 @@ submenu: [ { label: 'Add Selection &Above', command: 'editor:add-selection-above' } { label: 'Add Selection &Below', command: 'editor:add-selection-below' } + { label: 'S&plit into Lines', command: 'editor:split-selection-into-lines'} { type: 'separator' } { label: 'Select to &Top', command: 'core:select-to-top' } { label: 'Select to Botto&m', command: 'core:select-to-bottom' }