What is Nostr?
xolag
npub1ldj…d0qg
2023-03-07 19:07:39

xolag on Nostr: #Vim Tips A way to learn Vim Imagine you have a long file, and want to comment out ...

#Vim Tips
A way to learn Vim

Imagine you have a long file, and want to comment out just the line that contain a particular text, for example the word "dev"

In normal mode:
------------------
qa0i#q
:g/dev/norm! @a
------------------

qa: record macro in registrr a
0: go to the beginning of the line
i#: insert #
:g....: find the lines that contain dev and run the macro a.
Author Public Key
npub1ldjtnsecd2dt4whccnuqk37qw8z28rmm3txufkhmqzv8tfj03smseld0qg