Skip to content

Instantly share code, notes, and snippets.

@yuhonas
Last active June 5, 2018 05:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuhonas/1a25391edd6998a76eb8899c587cbc13 to your computer and use it in GitHub Desktop.
Save yuhonas/1a25391edd6998a76eb8899c587cbc13 to your computer and use it in GitHub Desktop.
function reverse_history_search
history | fzf --no-sort | read -l command
if test $command
commandline -rb $command
end
end
bind \cr reverse_history_search
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment