Merge pull request #2278 from GeoffreyFrogeye/fixTypo-cmdInLinuxKeyMaps

Fixed a typo where cmd would appear in linux.cson
This commit is contained in:
Corey Johnson 2014-05-17 12:39:55 -07:00
commit 7410f9a90d

View File

@ -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'