Skip to content

vi mode cursor position isn't vi-like #694

Open
@crides

Description

@crides

2 main issues I can observe:

  1. Escape doesn't move the cursor back.

    For example, interleaving i and escape moves the cursor back one by one (in both vim and zsh vi mode)

  2. Moving to the last character puts the cursor after the last character, not on top of it. Note: $ is not the only way to achieve this

    For example, having asdf and the cursor at the front (position 0), and pressing any one of w, W, E, e, $ in normal mode, or just pressing right arrows should put the cursor on top of f.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions