Advertisement
Advertisement
β‘ Community Insights
Discussion Sentiment
100% Positive
Analyzed from 116 words in the discussion.
Trending Topics
#line#sure#rust#vim#til#using#curious#moves#non#whitespace
Discussion Sentiment
Analyzed from 116 words in the discussion.
Trending Topics
Discussion (4 Comments)Read Original on HackerNews
For those curious, '^' moves the cursor to the first non-whitespace character of a line, while '0' moves the curious to the absolute beginning of the line.
til that '^' does the same as '_', cool! (there's probably some teeny difference between them)