Posts Tagged ‘tips’
VIM Commands
Here’s a list of some random vim commands I found useful: v} → selects until the next closing bracket va} → selects the current block di( → delete inside the next (…) di” → delete inside the next “…” zf → fold zd → unfold za → toggle fold zr → reduce folding one level […]