Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

Vim in vs code, delete till end of line exclusive not working (`dv$`)

Writer Emily Wong

I found this answer which suggests to use dv$ to delete until the end of the line except the last character (this is quite useful for python if statements). It works in vim but it doesn't work in vs code with vim extension can this be fixed?

2

1 Answer

There is an open issue for this.

As suggested by @mattb in the comment, dt: is a good enough workaround for deleting the rest of a python if statement line.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy