But I want to set vi mode, if you open your Terminal, then type:
Code:
set -o vi
Then you can type you commands, then hit escape and skip words (B/E), press 0 to zoom to the beginning of the line, $ to wizz to the end dd to delete the whole command even...
To resume typing your command, you then use i or a depending on what you need to do...
I think the default is emacs command line, and since I know vi, I might as well use those commands for jumping words, rather than learning a different way 😛
The problem is that when I punch that line into my ~/.bashrc and start a new terminal, it doesn't seem to use vi mode 🙁 So somewhere aliong the line, it doesn't appear to be reading my ~/.bashrc
I've done this in Solaris and it works fine by the way...
I know that this should have, but after quitting and opening Terminal, it didn't work, after typing 'bash' it didn't work...I even did a system restart, didn't think it would help, and it didn't 🙁