Skip to content
This repository was archived by the owner on Mar 15, 2026. It is now read-only.
This repository was archived by the owner on Mar 15, 2026. It is now read-only.

[Feature] Add a way to call win-wind's functions with macros #104

@pit-ray

Description

@pit-ray

Discussed in #96

Originally posted by tesses June 13, 2022
I think that would be a cool idea to add a way of calling the functions with a macro

For example:
enmap <num>gg <jump_caret_to_BOF><num><move_cursor_down>

Or better:
enmap <num>gg <gg><num><j>

I really love this project!

and

I see.

How about making map and noremap each consider native commands or not, and expressing whether or not to tell Windows about the generated commands with {}, etc.?

Example.

noremap j easy_click_left

" a -> move_cursor_down
noremap a j

" a -> easy_click_left
map a j

" only inside {} is actually entered.
noremap a j{This text is inserted}

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    acceptedRequirement understood and waiting implementation.enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions