How to reduce undo and and jump steps? #17192
Unanswered
khaalidrafi
asked this question in
Q&A
Replies: 2 comments
Try customizing
I don't quite understand whether you would like more jump points or fewer. This can be changed, for example, by adding or removing the evil |
0 replies
|
fnussbaum ***@***.***> writes:
Whenever I undo, Spacemacs undoes a lot of steps. How can
I reduce it?
Try customizing evil-want-fine-undo.
Also, with evil-jump-* commands (C-o, C-i), the jumping
happens with a lot of steps. How to reduces them?
I don't quite understand whether you would like more jump points
or fewer. This can be changed, for example, by adding or removing
the evil :jump property with evil-add-command-properties or
evil-remove-command-properties from relevant commands.
Are there any commands in particular that should set jump points,
but currently do not? In some cases it might make sense to make
those changes in Spacemacs.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
Thanks for the undo fix. And regarding jumping, I meant
evil-jump-backward and forward commands. How to reduce the amount of
steps they go backward/forward? I only want to go back/forward one step
at a time.
--
Khalid Rafi
Sent with Emacs
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm using Hybrid editing style. Whenever I undo, Spacemacs undoes a lot of steps. How can I reduce it? Also, with evil-jump-* commands (C-o, C-i), the jumping happens with a lot of steps. How to reduces them?
All reactions