Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
[vi-mode]: Using 'd^' should only delete up to the first non blank character of the current logical line in a multiline buffer #1751
Comments
…f logical line.
…of logical line.
Description of the new feature/enhancement
Using d^ currently deletes the entire selection from the first non blank character in the buffer up to the cursor position. Howere, when using multiline input, it should delete only from the first non blank character in the current logical line instead.