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

feat(behaviors): Support parameterized macros. #1232

Merged

Commits on Jun 20, 2023

  1. feat(behaviors): Support parameterized macros.

    * Add two new compatibles for macros that
      take one or two parameters when bound in
      a keymap.
    * Use `&macro_param_1to1`, `&macro_param_1to2`, `&macro_param_2to1`,
      and `&macro_param_2to2` control entries in the bindings for the macro
      to have the next binding entry have it's values substituted.
    
    Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
    petejohanson and caksoylar committed Jun 20, 2023
    Copy the full SHA
    3130e41 View commit details
    Browse the repository at this point in the history