Customize bash for ease usage:
Emacs/Vi mode:
These mode helps ease of use in terminals for common task such as move cursor, cut, copy, paste etc.
add this to ~/.bashrc file to enable emacs/vi mode in terminal
To do:
vim ~/.bashrc
and add one of the below
set -o emacs [ for emacs ]