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

Does not work properly after <C-o>f #110

Open
yuki-yano opened this issue Mar 28, 2021 · 0 comments
Open

Does not work properly after <C-o>f #110

yuki-yano opened this issue Mar 28, 2021 · 0 comments

Comments

@yuki-yano
Copy link

  • The input of a is not applied when the following rule is used.
{ 'char': '>', 'at': '(\%#)', 'input': '<Left><C-o>f)<Right>abc' }

Text: (<Cursor>)
Input: >
Output: () bc<Cursor>

  • lexima will stop at the space when you use the following rule.
{ 'char': '>', 'at': '(.*\%#.*)', 'input': '<Left><C-o>f)<Right> => {}<Left>', }

Text: (<Cursor>)
Input: >
Output: () <Cursor>

  • Using the following rule, the input a will be removed and work as expected
{ 'char': '>', 'at': '(.*\%#.*)', 'input': '<Left><C-o>f)<Right>a => {}<Left>', }

Text: (<Cursor>)
Input: >
Output: () => {<Cursor>}

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

No branches or pull requests

1 participant