Fixed a typo where cmd would appear in linux.cson

Fixes #2251 again
This commit is contained in:
Geoffrey Frogeye
2014-05-17 17:53:17 +02:00
parent b4977ff617
commit 3d98f66330

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'