Hacker News new | ask | show | jobs
by rotifer 1425 days ago
I often use cat because when constructing a pipeline I'll do multiple rounds of:

    head filename | ...
Once its working I find it easy to just type C-aM-dcat (i.e. beginning-of-line kill-word cat).