@[email protected] to [email protected]English • 2 months agoMe giving advice about text editorslemmy.worldmessage-square186fedilinkarrow-up1962
arrow-up1962imageMe giving advice about text editorslemmy.world@[email protected] to [email protected]English • 2 months agomessage-square186fedilink
minus-square@[email protected]linkfedilink3•2 months agoI use macros to solve most of the same problems. You just on-the-fly record a sequence of regular vim commands that you can then replay as many times as you need. Great for formatting a bunch of data without having to deal with the misery of regex
minus-squarenickwitha_k (he/him)linkfedilink2•2 months agoAlso a good choice. Just never had the need since I knew a bit of regex before learning vim.
I use macros to solve most of the same problems. You just on-the-fly record a sequence of regular vim commands that you can then replay as many times as you need. Great for formatting a bunch of data without having to deal with the misery of regex
Also a good choice. Just never had the need since I knew a bit of regex before learning vim.