TextMate: Shortcut to go to the first non-whitespace character in the line -
TextMate: Shortcut to go to the first non-whitespace character in the line -
i textmate. however, after using long time , searching several times, haven't been able find shortcut takes me origin of line way want. commonly want cursor @ origin of line, after whitespace.
for example, in next code if cursor @ end of line puts 'hi'
, , type ⌘ ←
, set cursor @ origin of line, , rather set cursor next 'p' @ origin of line. there such shortcut?
class test def greet puts 'hi' end end
although it's not one-keypress solution, when want press...
cmd + ← opt + → textmate
Comments
Post a Comment