-
-
Notifications
You must be signed in to change notification settings - Fork 120
Closed
Labels
HacktoberfestUsed in the month of October for good issues for new contributorsUsed in the month of October for good issues for new contributors
Description
The vim emulation plugin does not appear to account for the vim a (insert after cursor position) command. This is often very useful, giving users more control over where the cursor goes with fewer keystrokes.
I looked at the code in vim-emulation.vala and it appears the a keycode is not included in the switch statements. The current code includes cases for keys i and capital A and I as ways of entering insert mode. A similar case could be included to handle this keystroke.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
HacktoberfestUsed in the month of October for good issues for new contributorsUsed in the month of October for good issues for new contributors