Viewing profile — mxmkm
mxmkm
HN member- Joined
- Mon, Apr 04, 2022, 7:11 AM UTC
- HN karma
- 2
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About mxmkm
No profile information was provided.
Recent public activity
-
comment
Comment #40935050
Selection color is not particularly good with comments: https://i.imgur.com/ExeT7Ne.png
-
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…