Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remapping helm keybindings #16040

Open
88-percent opened this issue Jun 11, 2023 · 0 comments
Open

remapping helm keybindings #16040

88-percent opened this issue Jun 11, 2023 · 0 comments

Comments

@88-percent
Copy link

Remapped helm keybindings don't stick until I've reloaded my configuration.

I've added the following to my user-config

(define-key helm-map (kbd "C-;") 'helm-toggle-visible-mark)

but trying to invoke the command returns:
[C-; is undefined]

C-; does not appear in the command list after invoking describe-keymap helm-map

Bizarrely, reloading my config (space f e R) fixes the problem, but only until emacs is shutdown. describe-keymap helm-map shows C-; as correctly assigned to helm-toggle-visible-mark. The shortcut then works as expected.

I've also tried wrapping the function in with-eval-after-load 'helm but the issue persists.

Not sure if this is a bug or user error. If the latter, any direction is appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant