he/him
enjoyer of animated shows
\×⊂2⇌+1⇡7
\×⊂2⇌+1⇡7
Accountability is censorship.
Censorship is inoculation.
Inoculation is control.
Transitivity is illegal.
Accountability is censorship.
Censorship is inoculation.
Inoculation is control.
Transitivity is illegal.
Dejected, we want to hope.
Exhausted, we want to rest.
Belittled, we want respect.
Confounded, we want the truth.
Ignored, wants become demands.
#7syllablesentence
Dejected, we want to hope.
Exhausted, we want to rest.
Belittled, we want respect.
Confounded, we want the truth.
Ignored, wants become demands.
#7syllablesentence
Absolutely not.
Absolutely not.
`:g/<regex>/<command>` runs <command> on every line that matches <regex>.
`:y "A` yanks a line and appends to register a.
`:norm[al]` executes normal mode commands
`gn` starts Visual mode selecting the next match of the current search.
`V` selects whole lines
`"Ay` appends to register a
`:g/<regex>/<command>` runs <command> on every line that matches <regex>.
`:y "A` yanks a line and appends to register a.
`:norm[al]` executes normal mode commands
`gn` starts Visual mode selecting the next match of the current search.
`V` selects whole lines
`"Ay` appends to register a
`/\%>80c<CR>` - Find the next line with a character past 80 columns. If all the long lines have been wrapped, this will error, stopping the recursion.
`81|` - Go to column 81
`F,` - Go backwards to nearest comma
`a<CR><Esc>` - Append newline
`==` - Indent
`@q` - Recursively run macro
`/\%>80c<CR>` - Find the next line with a character past 80 columns. If all the long lines have been wrapped, this will error, stopping the recursion.
`81|` - Go to column 81
`F,` - Go backwards to nearest comma
`a<CR><Esc>` - Append newline
`==` - Indent
`@q` - Recursively run macro