Add up arrow to get previous command in history

This commit is contained in:
Lyn Perrine 2023-07-03 14:22:31 -07:00
parent c86ceac611
commit eefe1a2390

View File

@ -73,3 +73,5 @@ One of the most powerful uses of the command line is called a pipe which allows
lspci |less
. Also | is called the pipe character.
To get the previous command you have entered press :kbd:`Up Arrow`.