Skip to content

visual-line G binding #485

Description

@jojojames

In evil-mode

type 'v' to get to visual mode. Press 'G' to go to end of buffer.

byte-code-function in ‘evil-ghostel.el’.

It is bound to <normal-state> <remap> <evil-goto-line> and G.

(evil-ghostel-goto-cursor)

This works as expected. The selection region is from the original point to the bottom of the buffer.

Now,

Type 'V' to get to visual-line mode. Press 'G' to go to end of buffer.

Expected: Point moves to bottom.
Result: Point stays in the same line.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions