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

Commit

Permalink
Fix to enable insert-selected-text on mac (#534)
Browse files Browse the repository at this point in the history
* Fix to enable nsert-selected-text on mac

ctrl-enter on a mac is not mapable due to OS restrictions.

* 'insert-selected-text' alertnative for darwin.

* Sorry wrong section

Moved to correct location for cson, sorry
  • Loading branch information
symonty authored and ivankravets committed Jun 16, 2018
1 parent dcd4e41 commit de2cc2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keymaps/platformio-ide-terminal.cson
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
'cmd-alt-f': 'platformio-ide-terminal:focus'
'ctrl-enter': 'platformio-ide-terminal:insert-selected-text'
'ctrl-`': 'platformio-ide-terminal:toggle'
'ctrl-alt-enter': 'platformio-ide-terminal:insert-selected-text'

'.platform-linux atom-workspace, .platform-win32 atom-workspace':
'alt-shift-t': 'platformio-ide-terminal:new'
Expand Down

0 comments on commit de2cc2e

Please sign in to comment.