Skip to content

Commit

Permalink
fix mac keybinding
Browse files Browse the repository at this point in the history
  • Loading branch information
pfitzseb committed Apr 26, 2017
1 parent a5b9b48 commit a75776f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions keymaps/ink.cson
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

'ink-console .editor':
'enter': 'console:evaluate'
'alt-t': 'inline-results:toggle'

'ink-console':
'shift-space': 'unset!'
Expand All @@ -25,9 +26,7 @@

'.platform-darwin atom-text-editor:not([mini])':
'cmd-i cmd-c': 'inline-results:clear-all'
'cmd-t': 'inline-results:toggle'

'.platform-win32 atom-text-editor:not([mini]),
.platform-linux atom-text-editor:not([mini])':
'ctrl-i ctrl-c': 'inline-results:clear-all'
'alt-t': 'inline-results:toggle'

0 comments on commit a75776f

Please sign in to comment.