|
bash question
greetings all. I am running a machine with slack 10. here's what I want to do..
At work I use a sun solaris system, using ksh, and it's set up so when I press esc, I can use vi commands to go through my history (k and j to go up and down, etc, using standard vi commands)
I can't seem to get this to work on my linux server. I'm using bash. I can switch to ksh if need be - no big deal.
I imagine I have to set it up in my .bash_profile or .bashrc
help?
|