▲ 1673 ▼ Like programming in bash (lemmy.ml) submitted 2 years ago by cm0002@lemmy.world to c/programmer_humor@programming.dev 185 comments fedilink hide all child comments
[–] PlexSheep@infosec.pub 2 points 2 years ago* (1 child) I give you that, true. I wish vim had PCRE permalink fedilink source parent hideshow 2 child comments replies: [–] ewenak@jlai.lu 0 points 2 years ago There is the "very magic" mode for vim regexes. It's not the exact PCRE syntax, but it's pretty close. You only need to add \v before the expression to use it. There is no permanent mode / option though. (I think you can remap the commands, like / to /\v) permalink fedilink source parent
[–] ewenak@jlai.lu 0 points 2 years ago There is the "very magic" mode for vim regexes. It's not the exact PCRE syntax, but it's pretty close. You only need to add \v before the expression to use it. There is no permanent mode / option though. (I think you can remap the commands, like / to /\v) permalink fedilink source parent