Switching from TextMate to Sublime Text I am trying to get my custom key bindings from one editor to the other.
Using LaTeX and being german I am using quite a few umlauts like äöü which the usual LaTeX installations can't compile.
I would like to have a key binding which substitutes ä
with \"a
Also this should only work while writing in a LaTeX file.
Thx.