jsmecham/atom-terminal-tab

Does not work in Windows 10

Opened this issue · 1 comments

Pressing the keyboard shortcut Win + Shift + T does not work and in the command window it does not open

I replaced with f7, which is not assigned by default to any action

In your keymap.cson, add:

'atom-workspace':
  'f7': 'terminal:open'

Just be careful, idk, if I opem multiple terminals Atom crashes.