Created
April 24, 2018 21:25
-
-
Save ro31337/d5746a71f4bbbf336cec7ae3ac86592d to your computer and use it in GitHub Desktop.
Fuzzy + cd, fuzzy + vim
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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