How do I filter text through an external program using a motion in normal mode?
!{motion}{program}
The ! operator in normal mode lets you pipe a range of text through any external program and replace it with the output.
3 results for "ip ap"
!{motion}{program}
The ! operator in normal mode lets you pipe a range of text through any external program and replace it with the output.
dap / dip
The dap and dip commands use Vim's paragraph text objects to delete an entire block of contiguous text in a single motion.
editing #editing #text-objects #normal-mode #delete #motions
v + repeated iw/aw/i(/a(/ip/ap
Once you enter visual mode, you can progressively expand your selection by typing increasingly larger text objects.
visual-mode #visual-mode #text-objects #editing #selection #productivity