i noticed that that if a word contains . (dot), then ywi will only copy until the dot. yet I want to the entire word copied
whole.word should copy whole.word, and not just whole
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I tried in gVim and looks like either yE or yW will work for you.
Oh, sorry. you want to copy. Maybe using yWi would work?
Did you try dW ? I think that should ignore the punctuation.