Hacker News new | ask | show | jobs
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.

1 comments

Yep, it binds history search to key up and key down. Start typing a command, press up or down and it will scroll through matching completions from history