|
|
|
|
|
by kreetx
1641 days ago
|
|
What are the "\e[A" and "\e[B" do, are they key presses? I usually do `history | grep ...` to find the command and then use it. Non-emacs users might tend to find this surprising, but in a shell buffer you can move around with your cursor like in a text file, so after executing `history` you can search for the command as string then copy-paste it. |
|