I find possibility to jump over words using ctrl-arrow very convenient.
But, for some reason, the special characters after the space make jumping omit the space. For example (ctrl+left
pressed between arrows and |
denotes position of the coursor)
command -flag /home/path| -> command -flag /home/|path -> command -flag /|home/path
-> command -|flag /home/path -> |command -flag /home/path
This behavior annoys me much - do you know of the way to set it up to make cursor stop at the beginning of each word including special characters?
Expected behavior example:
command -flag /home/path| -> command -flag /home|/path -> command -flag |/home/path
-> command |-flag /home/path -> |command -flag /home/path
I personally use zsh + linux, but would expect an OS/shell-independent solution to exist.