wbond / sublime_terminal

Launch terminals from the current file or the root project folder
https://packagecontrol.io/packages/Terminal
MIT License
597 stars 117 forks source link

Default reopen last file keyboard shortcut conflict #136

Closed jcrben closed 5 years ago

jcrben commented 7 years ago

Per https://github.com/wbond/sublime_terminal/pull/92 and https://github.com/wbond/sublime_terminal/issues/17

It seems like there is consensus that the shortcut should not conflict with the default Sublime Text one. Coincidentally, super+shift+t also reopens the last tab in Chrome. Reopen is probably more what people expect.

joernhees commented 7 years ago

this is a nice project, but it saddens me to see that this has been an issue for so long...

it's a no go to override a frequently used built-in feature short cut that is common across applications like re-opening the last tab.

Please accept this or anything along the lines instead of making every mac user delete your defaults...

It would even work to remove the shortcuts completely, as opening the command palette with CMD+SHIFT+P and typing term is pretty damn fast and about as memorable as you can imagine... and in case you want to go to the project folder, it's just the line below...

tslater commented 7 years ago

What's the status on this?

jcrben commented 5 years ago

I switched to VSCode and Intellij a long time ago. Someone else can make this PR if they want.