Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
Mac conflict shortcut conflict. (#564)
Browse files Browse the repository at this point in the history
There  is a conflict between reopen last item and new terminal. Hence changed shortcut of new terminal from cmd-shift-t to cmd-alt-t.
  • Loading branch information
navalkishore30 authored and ivankravets committed Feb 20, 2019
1 parent 23343e8 commit cb12f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keymaps/platformio-ide-terminal.cson
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'.platform-darwin atom-workspace':
'cmd-shift-t': 'platformio-ide-terminal:new'
'cmd-alt-t': 'platformio-ide-terminal:new'
'cmd-shift-j': 'platformio-ide-terminal:prev'
'cmd-shift-k': 'platformio-ide-terminal:next'
'cmd-shift-x': 'platformio-ide-terminal:close'
Expand Down

0 comments on commit cb12f31

Please sign in to comment.