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

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -