DEV Community

Discussion on: Generating a table of contents with anchors for markdown - Vim plugin

Collapse
 
rderik profile image
rderik

Yea, you are right, I like that about vim. Another example of that composition I use every now and then is editing a file in binary form:

:%!xxd

And then back:

::%!xxd -r