renzev@lemmy.world to linuxmemes@lemmy.worldEnglish · 2 months agoMe giving advice about text editorslemmy.worldimagemessage-square180fedilinkarrow-up1959arrow-down159
arrow-up1900arrow-down1imageMe giving advice about text editorslemmy.worldrenzev@lemmy.world to linuxmemes@lemmy.worldEnglish · 2 months agomessage-square180fedilink
minus-squareTheEighthDoctor@lemmy.worldlinkfedilinkarrow-up2·2 months agoOnly a Vim user can call RegEx an advantage
minus-squarekattfisk@lemmy.dbzer0.comlinkfedilinkarrow-up3·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)@lemmy.sdf.orglinkfedilinkarrow-up2·2 months agoAlso a good choice. Just never had the need since I knew a bit of regex before learning vim.
minus-squarenickwitha_k (he/him)@lemmy.sdf.orglinkfedilinkarrow-up1·2 months agoThe ability to use a powerful, standardized string query and transformation language if one wants? Yes, I do call it an advantage.
Only a Vim user can call RegEx an advantage
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.
The ability to use a powerful, standardized string query and transformation language if one wants? Yes, I do call it an advantage.