kveldulv wrote:As for CTRL+L, my vote/suggestion would be to make currently selected line lower-case. I've seen that elsewhere and it makes sense.
Personnally I like the current behavior (CTRL+L = selectLine)
You can add something like this to User\Default.sublime-keymap to override the default behavior:
- Code: Select all
<binding key="ctrl+l" command="lowerCase"/>