Vim's 'w' is behaving like 'W' (stackoverflow.com)stack
11 points by Chris in stackoverflow.com · 7y ago · stack
I use Vim. On every machine I have ever used it on, 'w' respects punctuation. If I press 'w', I will advance to the end of a word. In the case of a period delimited word, I will move to the next period. However, in a particular installation of Vim, 'w' is interpreted as 'W' and…
filed under vim