-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
- 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>}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels