Skip to content

Vim emulation does not parse keystroke "a"  #614

@mcclurgm

Description

@mcclurgm

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    HacktoberfestUsed in the month of October for good issues for new contributors

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions