Questions tagged [iedit]
6 questions
9
votes
1 answer
iedit vs. multiple-cursors
What is the difference between iedit and multiple-cursors?
As far as I can tell they provide basically the same functionality.

Martin Buchmann
- 421
- 2
- 14
7
votes
3 answers
How to replace words in a region using iedit?
I want to replace some words inside a region. I would like to use iedit more than query-replace, but found the following problems (probably because I don't understand its documentation):
If I select a region, and then activate iedit, it takes the…

El Diego Efe
- 1,601
- 1
- 19
- 24
0
votes
2 answers
How fast remove selected text
Emacs 26.1, Windows 10, package iedit
Suppose I want to delete text onMessage
I select this text by iedit-mode (C-;)
To remove selected text I press many times button Backspace
Nice. It's work.
But it slow. Is is possible to delete selected text…

a_subscriber
- 3,854
- 1
- 17
- 47
0
votes
1 answer
how to insert tab while in iedit-mode
How to insert while in iedit mode?
following example:
int blah; //< x
float moo; //< y
void foobar; //< z
Now I select '//<' and go into iedit-mode, because I want to align those comments nicely with a single tab character. I'd like to get…

jue
- 4,476
- 8
- 20
0
votes
1 answer
iedit: replace from line to the end down
Windows 10, Emacs 25.1, package iedit
Suppose I has text:
1.aaa_1111_hello
2.aaa_2222_hello
3.aaa_1111_hello
4.aaa_4444_hello
5.aaa_1111_hello
6.aaa_5555_hello
7.aaa_1111_hello
8.aaa_1111_hello
...
100.aaa_1111_hello
I want to replace all (100…

user8542613
- 643
- 6
- 16
0
votes
1 answer
restore cursor position iedit mode after narrowing with evil visul line
Iedit-mode can narrow the edit to a region, I am using evil-mode, evil-visual-line select region by whole lines, after narrowing the point is at the end of last line, is it possible to fix this jumping and make it stay at the symbol's column? I have…

godblessfq
- 1,177
- 8
- 21