A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
helm-ag-project-root
but the problem is after I am done renaming in a single file, the "search results" (from the mini buffer) are lost. I have to search again using helm-ag-project-root
.SPC r s
by the way.
SPC r s
) <- i.e. I didn't knew this function was bound to 2 keybindings, I always used search last, not resume search :P
SPC r s
isn't mapped for me :worried:
master
:smile: )
SPC /
to search the expression you want, then C-c C-e
in the helm result buffer, this will open a new buffer with all the results that you can edit directly, and C-c C-c
will propagate all changes to the files. You can use iedit there to edit quickly all occurences.
SPC h l
as previous binding. I don't know what's on master now though.
SPC …
bindings in Spacemacs:
$ egrep -oh --exclude=CHANGELOG.org '~SPC [^~]+~' layers/**/*.org doc/DOCUMENTATION.org | sort | uniq | wc -l
1233
(call-interactively evil-window-top)
for example but that doesn't seem to work