[TxMt] Keybinding - ^u = Change to uppercase, don't like it...
Allan Odgaard
allan at macromates.com
Fri Aug 5 09:01:42 UTC 2005
On 04/08/2005, at 14.41, Johan Kåhrström wrote:
> I'm having some trouble with the keybinding. It seems that in the
> latest stable release (1.1b15) the keycombination ^u is hardcoded
> to make current word uppercase.
Not sure why you say latest -- it has always been like that.
> How can I change this? (it doesn't seem to be in the keybinding file).
Yes it is: grep '\^u' TextMate.app/Contents/Resources/KeyBindings.dict
"^u" = "uppercaseword:";
You can copy this file to ~/Application Support/TextMate and remove
the binding.
More information about the textmate
mailing list