I need a key to move the cursor to the space before the current WORD. Here's my use case:
.
cursor --v
$ java -jar foo.jar run /some/long/path/here#
<c-magic>
$ java -jar foo.jar run#/some/long/path/here
cursor --^
That way I can c-w to kill that run command and then type out a different one, but preserving the path.
Any ideas?
there might be a hint here http://unix.stackexchange.com/questions/35212/readline-unix-word-rubout-but-backwards-is-it-possible