reverse-i-search shortcuts in bash

ctrl+r - recall the last command matching the characters you provide
ctrl+r (again) - navigate through the matching commands
alt+p - non-incremental reverse search of bash history
ctrl+o - send the command back to your terminal or press Enter to execute the command from the search mode
ctrl+g - leave the history search mode without running a command or press Esc
ctrl+j - Ends history search at current command