Skip to content

feat(evil): shorten evil-window-* prefix in which-key#32

Closed
wchmb wants to merge 1 commit into
doomemacs:mainfrom
wchmb:feat/evil-window-which-key
Closed

feat(evil): shorten evil-window-* prefix in which-key#32
wchmb wants to merge 1 commit into
doomemacs:mainfrom
wchmb:feat/evil-window-which-key

Conversation

@wchmb

@wchmb wchmb commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

Mirrors the treatment given to evilem-motion-* in ea6fa50, stripping the redundant `evil-window-' prefix from which-key's popup under the C-w window prefix.

Fix: #29
Amend: ea6fa50


  • I searched the issue tracker and this hasn't been PRed before.
  • My changes are not on the do-not-PR list for this project.
  • My commits conform to Doom's git conventions.
  • I am blindly checking these off.
  • This PR contains AI-generated work.
  • Any relevant issues or PRs have been linked to.
  • This a draft PR; I need more time to finish it.

Mirrors the treatment given to evilem-motion-* in ea6fa50, stripping the
redundant `evil-window-' prefix from which-key's popup under the C-w
window prefix.

Fix: doomemacs#29
Amend: ea6fa50
@hlissner

Copy link
Copy Markdown
Member

Spurred on by recent changes (doomemacs/core@de2a3364a, c8f828c08) to which-key integration, truncation of these long commands have been standardized behind a doom-which-key-trim-prefixes variable, and I've added "^evil-" to it in c8f828c08, which I think adequately shortens these commands' labels, I thought "window" was important enough not to cut out, which is why I didn't add a "^evil-window-" as well. In any case, I'll consider this resolved. Thanks for bringing it to my attention!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Consider hidding the common prefix on easymotion

2 participants