@renzev@lemmy.world to linuxmemes@lemmy.worldEnglish • 1 year agoMe giving advice about text editorslemmy.worldimagemessage-square180fedilinkarrow-up1969arrow-down159
arrow-up1910arrow-down1imageMe giving advice about text editorslemmy.world@renzev@lemmy.world to linuxmemes@lemmy.worldEnglish • 1 year agomessage-square180fedilink
minus-square@kattfisk@lemmy.dbzer0.comlinkfedilink3•1 year 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•1 year 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.