This is about the Helm Emacs package. There’s going to be a lot of spacemacs stuff here too since helm is so central to it (and I use spacemacs).
Super cool way to find things in buffers.
Checkout:
keys | execution |
---|---|
SPC s s | helm-swoop |
SPC s S | helm-multi-swoop (swoops all buffers) |
- See Project-wide find and replace in Spacemacs for more.
To copy search results to buffer
SPC s p
to do a project searchC-z save results in buffer(f3)
SPC s l
to view buffer
This lets you jump to method definitions or org-mode headlines.