heybourn / headwind

An opinionated Tailwind CSS class sorter built for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=heybourn.headwind
MIT License
1.38k stars 46 forks source link

cmd + shift + t hotkey overrides the default vscode hotkey #98

Closed tzusman closed 3 years ago

tzusman commented 3 years ago

Describe the bug

When enabled, this extension overrides one of the default vscode hotkeys. The default hotkey is used to re-open the previously closed tab.

To Reproduce Steps to reproduce the behavior:

  1. Install extension
  2. Open two editor tabs
  3. Close one of them
  4. use hotkey cmd + shift+ t

Expected behavior

With the default vscode settings, the tab you just closed should reopen.

Screenshots

n/a

Desktop (please complete the following information):

Proposal

Create a setting to disable this hotkey

antenando commented 3 years ago

This is a main VSCode hotkey. It should be mapped to something else, like alt+shift+t, whatever