jem
notes
version 2
/ featuring
this entry
or
see all/search
apps
7
c
3
design
16
git
17
javascript
1
jquery
1
mac
17
math‑ish
3
matlab
2
mercurial
1
python
13
rails
13
random
18
ruby
38
tex
7
todo
4
tools
22
use‑this‑cmd
22
use‑this‑code
8
vim
16
writings
2
Oct 29
removing matched text in vim
vim
Leave off the end of a regex replace in vim, and it will just remove the matched expression. For example, these are identical:
:+s/searchtext :+s/searchtext//