Moving between underscore separated words with Alt + ←/→ in PyCharm

Viewed 1771

In PyCharm when I move between words with the Alt + ←/→ shortcut it moves the cursor between whitespace separated words. How can I make it move the cursor between underscore_seperated_words?

2 Answers
Related