Skip to content

Instantly share code, notes, and snippets.

@rajata07
Created July 15, 2014 15:52
Show Gist options
  • Select an option

  • Save rajata07/e0a0370549afbcff1d50 to your computer and use it in GitHub Desktop.

Select an option

Save rajata07/e0a0370549afbcff1d50 to your computer and use it in GitHub Desktop.

Revisions

  1. rajata07 renamed this gist Jul 15, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. rajata07 created this gist Jul 15, 2014.
    15 changes: 15 additions & 0 deletions history_navigate
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    Move up through the command history list ^P
    one command at a time.

    Move down through the command history list ^N
    one command at a time.

    Run the previous command. !!

    Run command number n !n

    Run most recent command starting with !string
    characters in string

    Run most recent command containing !?string
    characters that match string