atom-terminal
atom-terminal copied to clipboard
Open Terminal keybinding conflicts on Windows and Linux
On Windows and Linux, Ctrl Shift T is set to reopen closed tab by default. This package overrides that with the atom-terminal:open command.
This can be manually fixed by adding this to the keymap.cson file:
'atom-workspace':
'ctrl-shift-T': 'unset!'
This could be changed to ctrl-alt-shift-t. Or set "open terminal" to alt-shift-t and add ctrl for project root?
Either of those could work fine, though personally I would prefer the latter option. Thanks for having a look at this!
+1