Hacker News new | ask | show | jobs
by fiddlerwoaroof 1909 days ago
The other thing that's really cool in evil-mode is the ability to use emacs-lisp in `:s`. I used this once to get a grid of random numbers: 10i0 <ESC>yy9p ggVG:s/0/\,(random 10)/g