Implement incremental reverse search through command history via Ctrl+R.
Behavior:
- Typing after
Ctrl+R searches backwards for commands containing the search string
Ctrl+R again jumps to the next (older) match
Enter executes the found command
Escape or Ctrl+C cancels the search
Acceptance criteria:
Implement incremental reverse search through command history via
Ctrl+R.Behavior:
Ctrl+Rsearches backwards for commands containing the search stringCtrl+Ragain jumps to the next (older) matchEnterexecutes the found commandEscapeorCtrl+Ccancels the searchAcceptance criteria:
Ctrl+Rcycles through matches