Skip to content

Commit

Permalink
Merge pull request #163 from tylerjlawson/patch-1
Browse files Browse the repository at this point in the history
fix: CMD+SHIFT+T overriding default vscode shortcut
  • Loading branch information
praveenperera authored Aug 2, 2021
2 parents 15ae250 + 2ff697e commit 3377337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* Overhauled class detecting regex for javascript/javascriptreact/typescript/typescriptreact, thanks [@petertriho](https://github.com/petertriho) in [#109](https://github.com/heybourn/headwind/pull/109)
* Support multiple class name regexes per language and optional separator and replacement options, thanks [@han-tyumi](https://github.com/han-tyumi) in [#112](https://github.com/heybourn/headwind/pull/112)
* Fix `cmd+shift+t` overriding default vscode keymap for reopening previously closed tabs, thanks [@tylerjlawson](https://github.com/tylerjlawson) in [#163](https://github.com/heybourn/headwind/pull/163)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
{
"command": "headwind.sortTailwindClasses",
"key": "ctrl+alt+t",
"mac": "shift+cmd+t",
"mac": "shift+alt+t",
"when": "editorFocus"
}
],
Expand Down

0 comments on commit 3377337

Please sign in to comment.