Open
Description
Currently, almost all movement keys move the caret and select text. The behavior of goto differs from this.
Common operations like goto the end of line/ beginning of line should select text.
Having to enter visual mode first is both inconvenient and inconsistent with the behavior of all other movements.
What The Change Will Look Like
Before
Change to the end of the line: v+g+l+c
Delete to the end of the line: v+g+l+c
After
Change to the end of the line: g+l+c
Delete to the end of the line: g+l+c
Activity