Live data from Hacker News

Viewing profile — mxmkm

mxmkm

HN member
Joined
Mon, Apr 04, 2022, 7:11 AM UTC
HN karma
2
Public activity
2 items

About mxmkm

No profile information was provided.

Recent public activity

  1. comment
    Comment #40935050

    Selection color is not particularly good with comments: https://i.imgur.com/ExeT7Ne.png

  2. comment
    Comment #32981442

    In vim there is `\zs` and `\ze` where `\zs` is the `\K` equivalent in grep. Basically :%s/hello \zsworld\ze out there/planet/g would find all `hello world out there` and replace `w…