Skip to main content

Questions tagged [subword-mode]

0 votes
1 answer
38 views

I'm trying to use query-replace with a prefix argument in superword mode. So for example, C-u M-% token RET token_drawer RET should not replace token where it appears in token_width. But query-...
Norman Ramsey's user avatar
2 votes
1 answer
223 views

I have global-subword-mode enabled and diminish installed. I have (diminish 'subword-mode) in my init.el. Despite this, subword-mode keeps appearing in the mode-line when I start emacs.
TheGeorgeous's user avatar
4 votes
1 answer
209 views

I use subword-mode when I'm editing Python and C++ code, and it's jarring when deleting a word backwards/forwards (Ctrl+Space and Ctrl+Delete) works one way in the source code buffer and a different ...
Joseph Garvin's user avatar