Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ctrl-u on insert behavior (#1957)
* Fix ctrl-u on insert behavior Now should follow vim behavior more - no longer remove text on cursor - no longer remove selected text while inserting - first kill to start non-whitespace, start, previous new line * Add comment for c-u parts
- Loading branch information