2
2
In ST (Sublime Text for short) the redo action works very strange and inconvenient way, from my point of view.
First test. Type some text, for example
Foo
and then press Ctrl-Y one or several times. You will see:
FooFooFoo
Second test. Again, type something, for example
The cat on the roof.
and then press Backspace to remove the dot at the end of sentence. Okay, and then press Ctrl-Y several times. You will see:
The cat on the ro
It very differs from any text editor/IDE I have used - Brackets, Vim and some more.
Is there some way to fix it?
1In Mac, use
"super+y"
. – Safwan – 2018-10-28T01:58:00.460