I'm used to using the unix shell where when I write the beginning of a command (say ca) and hit the up arrow, I will only get commands in history that begin with "ca". In my current shell (brand new ubuntu) when I hit the up arrow I always get the previous command... Also, here typing Ctrl-P doesn't move me to the previous word... How can I get the shell that does?
|
feedback
|
migrated from stackoverflow.com Jun 3 '11 at 8:35
This question came from our site for professional and enthusiast programmers.
|
For the history-search enter this into your ~/.inputrc
| |||
|
feedback
|
|
You probably want to use bash. | |||||||||||
feedback
|