Y
Hacker News
new
|
ask
|
show
|
jobs
by
xfer
2983 days ago
I occasionally use elisp while replacing with regex(you can do computation on captured strings), can you do this in vim?
1 comments
YetAnotherNick
2983 days ago
Yes, select in visual mode type :! and it gets processed by a unix command.
link