spacemacs icon indicating copy to clipboard operation
spacemacs copied to clipboard

remapping helm keybindings

Open 88-percent opened this issue 1 year ago • 1 comments

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.

88-percent avatar Jun 11 '23 17:06 88-percent

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!

github-actions[bot] avatar Jun 10 '24 17:06 github-actions[bot]