Skip to content

which-key hints with meow? #468

Answered by rynoV
rynoV asked this question in Q&A
Jun 6, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Thanks for the quick answer!

I looked into a bit more and it seems which-key now has a keymap based replacement option which works for my use case at least, so my config now looks like

(calum/leader-def :infix "t" :prefix-command 'tab-actions-map
    "l" '("forward tab" . centaur-tabs-forward-tab)
    "L" '("forward tab other window" . centaur-tabs-forward-tab-other-window)
    "h" '("back tab" . centaur-tabs-backward-tab)
    "H" '("backward tab other window" . centaur-tabs-backward-tab-other-window)
    "j" '("forward tab group" . centaur-tabs-forward-group)
    "k" '("back tab group" . centaur-tabs-backward-group)
    "t" '("switch tab group" . centaur-tabs-switch-group)
    "w" '("kil…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rynoV
Comment options

Answer selected by rynoV
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants