From 386b8a9e4604c84f4199b601ebad73f6df40c73c Mon Sep 17 00:00:00 2001 From: probablycorey Date: Mon, 16 Dec 2013 17:11:59 -0800 Subject: [PATCH] Remove movement menu --- menus/darwin.cson | 17 ----------------- menus/win32.cson | 17 ----------------- 2 files changed, 34 deletions(-) diff --git a/menus/darwin.cson b/menus/darwin.cson index 3ce0c3438..8cd314c1e 100644 --- a/menus/darwin.cson +++ b/menus/darwin.cson @@ -113,23 +113,6 @@ ] } - { - label: 'Movement' - submenu: [ - { label: 'Move to Top', command: 'core:move-to-top' } - { label: 'Move to Bottom', command: 'core:move-to-bottom' } - { type: 'separator' } - { label: 'Move to Beginning of Line', command: 'editor:move-to-beginning-of-line' } - { label: 'Move to First Character of Line', command: 'editor:move-to-first-character-of-line' } - { label: 'Move to End of Line', command: 'editor:move-to-end-of-line' } - { type: 'separator' } - { label: 'Move to Beginning of Word', command: 'editor:move-to-beginning-of-word' } - { label: 'Move to End of Word', command: 'editor:move-to-end-of-word' } - { label: 'Move to Next Word', command: 'editor:move-to-next-word-boundary' } - { label: 'Move to Previous Word', command: 'editor:move-to-previous-word-boundary' } - ] - } - { label: 'Find' submenu: [] diff --git a/menus/win32.cson b/menus/win32.cson index e0e8d9a34..e4017fc42 100644 --- a/menus/win32.cson +++ b/menus/win32.cson @@ -120,23 +120,6 @@ ] } - { - label: '&Movement' - submenu: [ - { label: 'Move to &Top', command: 'core:move-to-top' } - { label: 'Move to &Bottom', command: 'core:move-to-bottom' } - { type: 'separator' } - { label: 'Move to Beginning of &Line', command: 'editor:move-to-beginning-of-line' } - { label: 'Move to &First Character of Line', command: 'editor:move-to-first-character-of-line' } - { label: 'Move to &End of Line', command: 'editor:move-to-end-of-line' } - { type: 'separator' } - { label: 'Move to Beginning of &Word', command: 'editor:move-to-beginning-of-word' } - { label: 'Move to End of Wor&d', command: 'editor:move-to-end-of-word' } - { label: 'Move to &Next Word', command: 'editor:move-to-next-word-boundary' } - { label: 'Move to &Previous Word', command: 'editor:move-to-previous-word-boundary' } - ] - } - { label: 'F&ind' submenu: []