0

I am always frustrated when using move keys such as e, b or w in python variables or strings that are separated with underscores, due to the fact, that instead of stopping in the last/next underscore, it stops and the start/end of the string/variable

Is there a way to Include underscores when using word movements (e, b, w)?

romainl
  • 186,200
  • 21
  • 280
  • 313
Angel
  • 1,959
  • 18
  • 37
  • is there a way to set the word-character-set, or can you change the commands bound to `b` or `w` to `cursorWordEndRight` and `cursorWordLeft` – rioV8 Jun 08 '21 at 18:36
  • What would be the settings inside vscode settings.json? And what would be the correct values? @rioV8 – Angel Jun 08 '21 at 20:46
  • if the vim extension uses the VSC commands it is determined by the word characters defined in the language definition – rioV8 Jun 08 '21 at 20:47

0 Answers0