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

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

Closed
pit-ray opened this issue Jun 19, 2022 Discussed in #96 · 0 comments
Closed

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

pit-ray opened this issue Jun 19, 2022 Discussed in #96 · 0 comments
Labels
accepted Requirement understood and waiting implementation. enhancement New feature or request

Comments

@pit-ray
Copy link
Owner

pit-ray commented Jun 19, 2022

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.

@pit-ray pit-ray added the enhancement New feature or request label Jun 19, 2022
@pit-ray pit-ray added the accepted Requirement understood and waiting implementation. label Oct 2, 2022
@pit-ray pit-ray closed this as completed Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Requirement understood and waiting implementation. enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant