Questions tagged [subword-mode]
The subword-mode tag has no summary.
5 questions
0 votes
1 answer
38 views
How can I get `query-replace` to respect `superword-mode`?
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-...
2 votes
1 answer
223 views
Unable to diminish subword mode
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.
4 votes
1 answer
209 views
subword-mode in minibuffer?
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 ...