[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Repeat undo-only is not working
From: |
Ergus |
Subject: |
Re: Repeat undo-only is not working |
Date: |
Mon, 23 Aug 2021 22:30:51 +0200 |
On Mon, Aug 23, 2021 at 07:06:01PM +0300, Juri Linkov wrote:
Sorry, this part of the feature is still unpolished.
The intention was to disallow repeating of undo with
the key sequence `C-/ u', but allow only with `C-x u u'.
Maybe this was a wrong idea? Do you think it should be
possible to type `C-/' to initiate the repeating sequence
`C-/ u u u'?
The point is that in this case it is useful for doing things like:
C-/ u u u r r
So not only to start the sequence, but to call other commands in the map
that maybe don't need a binding in the global map (undo-redo,
winner-redo, avy-prev and some other tricks)