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?
http://stackoverflow.com/questions/81272/is-there-any-way-in-the-os-x-terminal-to-move-the-cursor-word-by-word ?