XVimProject / XcodeIssues

Issue only repository to track Xcode Vim keybinding problems
6 stars 0 forks source link

Vim mode cw incorrectly includes punctuation #5

Open timothycosta opened 3 years ago

timothycosta commented 3 years ago

Given text like var two = 2.0

Cursor over 2 Type cw

Xcode will delete “2.” Instead of “2”

externvoid commented 3 years ago

Type cl, instead of cw for an instant workaround.