is there a way to use vim/vi in the vim command line? Sometimes I write a long command in vim such as:
:!./script /home/user/pet --flag=1 and I want to change for instance "user" by "other". What I usually do is to navigate the command line with right arrow which is time consuming and even more when I want to go to the beginning of the line. I would like to have something like "0" to go there or w/b to move by words. Or use j/k to go to the next/previous command.
Thanks.
q:, the cmdline-window