diff --git a/keymaps/linux.cson b/keymaps/linux.cson index d6ceef427..dd4fd5275 100644 --- a/keymaps/linux.cson +++ b/keymaps/linux.cson @@ -69,8 +69,8 @@ 'ctrl-delete': 'editor:delete-to-end-of-word' 'ctrl-home': 'core:move-to-top' 'ctrl-end': 'core:move-to-bottom' - 'cmd-shift-home': 'core:select-to-top' - 'cmd-shift-end': 'core:select-to-bottom' + 'ctrl-shift-home': 'core:select-to-top' + 'ctrl-shift-end': 'core:select-to-bottom' # Sublime Parity 'ctrl-a': 'core:select-all'