Tagged Questions
4
votes
3answers
312 views
How to replace current word under cursor in Emacs
How do I replace current word under cursor in Emacs?
I know that I can use query-replace or replace-string but every time I do so I have to type entire string to be replaced, this is just annoying.
...
2
votes
1answer
224 views
Emacs: query-replace, regular expression, reuse of search result
How do I combine something like query-replace with a regular expression search-and-replace that in part reuses the search result?
In my case, how to transform
The programmers are "sort of" ...
1
vote
3answers
230 views
vim/emacs plugin to view recursive grep search search results?
Suppose I have a file formatted like this:
file1:123
file2:4444
some/other/file:2233
This represents the search results from a grep (i.e. file:line-number).
I'd like to have a vim plugin which ...
