WinterM is a package for Atom .
You can trigger WinterM with any of the below shortcuts: keymaps/winterm.cson
'atom-workspace':'cmd-shift-t': 'winterm:isComing''.platform-win32 atom-workspace':'ctrl-shift-t': 'winterm:isComing'
You can also use the atom command palette cmd-shift-p
(macOS) or ctrl-shift-p
(Linux/Windows) and it will open
a terminal of your choice in the current directory of the file you are editing or if a file
is not open it will open the terminal in the first project folder in your sidebar.
Those terminals do not work on most Windows 10 systems and I was sick of having to cd into the project directory.
apm install winterm
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.