Loading request...
Request to control word boundary for the `M-t` command in bash to swap two words only when they are separated by a space, as readline does not support defining word boundaries.
Suppose I want to swap two words in a command using `M-t`, it makes more sense to me if the word is separated by a space. Since bash itself depends on readline, and readline doesn't support defining word boundaries, I'm wondering if some kind of hack is possible.