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

meow--execute-kbd-macro: set the executed command as this-command #684

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

jixiuf
Copy link
Contributor

@jixiuf jixiuf commented Dec 2, 2024

meow-selection-command-fallback would benefit when the keybinding is a macro like
(meow-normal-define-key
'("z" . "C-c z"))

(global-set-key (kbd C-c z) 'meow-pop-selection)

meow-selection-command-fallback would benefit when the keybinding is a macro
like
  (meow-normal-define-key
   '("z" . "C-c z"))

  (global-set-key (kbd C-c z) 'meow-pop-selection)
@DogLooksGood DogLooksGood merged commit 1f8fcca into meow-edit:master Dec 2, 2024
2 checks passed
@jixiuf jixiuf deleted the kbd-macro branch December 2, 2024 16:07
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

Successfully merging this pull request may close these issues.

2 participants