Answer the question
In order to leave comments, you need to log in
Hotkey for Sublime Text, to replace the first letter in a word with the same uppercase letter?
What can be pressed so that the word on which the caret is located changes the first letter to uppercase?
Answer the question
In order to leave comments, you need to log in
There are no key bindings by default, so go to preferences > key bindings
and bind the keys you need, for example ctrl+k ctrl+t
{ "keys": ["ctrl+k", "ctrl+t"], "command": "title_case" }
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question