-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
A-keymapArea: Keymap and keybindingsArea: Keymap and keybindingsC-enhancementCategory: ImprovementsCategory: Improvements
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
pickfire, NNBnh, phillipreeder, tmke8, nico-abram and 28 moreschneiderfelipe
Metadata
Metadata
Assignees
Labels
A-keymapArea: Keymap and keybindingsArea: Keymap and keybindingsC-enhancementCategory: ImprovementsCategory: Improvements