Skip to content

Instantly share code, notes, and snippets.

@ro31337
Created April 24, 2018 21:25
Show Gist options
  • Select an option

  • Save ro31337/d5746a71f4bbbf336cec7ae3ac86592d to your computer and use it in GitHub Desktop.

Select an option

Save ro31337/d5746a71f4bbbf336cec7ae3ac86592d to your computer and use it in GitHub Desktop.
Fuzzy + cd, fuzzy + vim
# Change directory with fuzzy find from https://github.com/jhawthorn/fzy
fcd() { cd $(find | fzy) }
# Fuzzy + vim
fvim() { vim $(find | fzy) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment