5 ms·
hey, i went the other way! i had been using `0` for years and discovered that `_` goes to the first non-whitespace character of the line (which is most of what
by wrl 2mo ago
hey, i went the other way! i had been using `0` for years and discovered that `_` goes to the first non-whitespace character of the line (which is most of what i want).
til that '^' does the same as '_', cool! (there's probably some teeny difference between them)
- agentdrek 2mo agoI'm lazy and just use 'w' all the time