Post

Replies

Boosts

Views

Activity

Comment on Xcode 13 vim mode documentation?
"dw" deletes the whole line if you try to delete the last word in a line. For example create the line: This is a test Then attempt to delete the word test using "dw", the whole line disappears. Also "n" doesn't work properly when you are doing a search. Search for something then move the pointer back before the word you just found using "n", when you press "n" again it should go back to the start of that word, but it doesn't, it skips that occurence.
Sep ’21