Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Question about which-key-undo #354

@A7R7

Description

@A7R7

TL;DR: How to bind which-key-undo to DEL after every prefix?

I'm an emacs noob comming from Neovim recently. Neovim also has a which-key plugin which by default uses DEL to undo keystrokes. I want to bring that feature to my emacs config.

From the readme we know that there's a which-key-undo command that can achieve this. Also, we can press C-h u in the which-key-mode-map to undo keystrokes. However, C-h u is not as fast as a simple DEL. Sometimes you just typed some wrong keystrokes and want to clear them quickly. Pressing other keys such as ESC that eventually leads to xxx is undefined is also an option, but that make me feel 'dangerous'.

So generally I'd like to bind which-key-undo to DEL. But that raises another question: I need to bind DEL after every prefix in emacs for it to work. It can be done manually, but that's troublesome. I wonder if there is a better practice to achieve this?

Your advice is highly appreciated!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions