command line editing, like
- moving cursors, using l ;
- Changing word, using cw
- etc
line in your bashrc file ~/.bashrc. Just type the command given
below:
$ echo 'set -o vi' >> ~/.bashrc
$ . ~/.bashrc
Now, you can use vim commands by pressing Esc (Escape)
button.
