- May
- 13,802
- 211
I think I asked about this a few years ago ... asking again.
If the last three entries in my history are
and, at an empty command line, I <Up>, <Up> then "echo 2" is on the command line. If I press <Esc> to clear the command line and then press <Up> the command line will show "echo 1".
Is there some value in that behavior? (Seriously, I've never found it useful and often found it annoying.) Can't the starting point of a history search be reset to the end when the command line is cleared?
If the last three entries in my history are
Code:
echo 1
echo 2
echo 3
Is there some value in that behavior? (Seriously, I've never found it useful and often found it annoying.) Can't the starting point of a history search be reset to the end when the command line is cleared?