How to add an arbitrary character (hyphen, for example) to forward/backward-word functionality, so Emacs would handle words like “k-vector” as a single word. The same question about double-click on the word.
How to add an arbitrary character (hyphen, for example) to forward/backward-word functionality, so Emacs
Share
Syntax tables define which character is considered a word constituent. You can read about it here.