atom-terminal icon indicating copy to clipboard operation
atom-terminal copied to clipboard

Open Terminal keybinding conflicts on Windows and Linux

Open sheabunge opened this issue 10 years ago • 4 comments

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.

sheabunge avatar Mar 12 '15 11:03 sheabunge

This can be manually fixed by adding this to the keymap.cson file:

'atom-workspace':
  'ctrl-shift-T': 'unset!'

sheabunge avatar Mar 12 '15 11:03 sheabunge

This could be changed to ctrl-alt-shift-t. Or set "open terminal" to alt-shift-t and add ctrl for project root?

kankaristo avatar May 28 '15 12:05 kankaristo

Either of those could work fine, though personally I would prefer the latter option. Thanks for having a look at this!

sheabunge avatar Jun 07 '15 11:06 sheabunge

+1

nsheff avatar Jul 07 '15 16:07 nsheff