daaain / Handlebars

Fullest Handlebars.js templating support for Sublime Text 2 / 3. Also drives syntax colouring on Github and in Visual Studio Code. Install from: https://packagecontrol.io/packages/Handlebars.
MIT License
301 stars 48 forks source link

Deactivates Sublime's Default HTML Keyboard Shortcuts #91

Closed rafegoldberg closed 7 years ago

rafegoldberg commented 7 years ago

TL;DRusing the Handlebars syntax deactivates Sublime's default HTML key bindings

Sublime has a bunch of useful keyboard shortcuts for navigating HTML documents, i.e. ⌘⇧A to select the inner content of a tag. When I change the document syntax from HTML to Handlebars, all/many of these shortcuts stop working as expected (using Sublime Text 3.) Is there an easy fix that I'm missing? Anyway, this issue seems minor but it'd be super useful, at least for me/my workflow.

Anyway, just figured I'd bring it up. Thanks for all the work on this!

daaain commented 7 years ago

Hey @rafegoldberg,

I think this might be the same issue as #47.

Can you please have a look and see if the workaround solves your problem?

rafegoldberg commented 7 years ago

@daaain word, that Emmet ⌃D key command is a pretty good workaround, at least barring a more systemic fix. but alas, I already have a global shortcut mapped to that combo 😱... anyway, the tip is much appreciated. closing this ish in favor of #47.