Created
October 12, 2022 17:46
-
-
Save pjambet/368e20b67bd8a7e3a19d5d25707d0a4a to your computer and use it in GitHub Desktop.
Fun with fzf
This file contains 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
# Thanks to https://twitter.com/elijahmanor/status/1557003773272133632 | |
alias fv="fd --type f --hidden --exclude .git | fzf-tmux -p --reverse | xargs nvim" | |
alias fkill="ps | fzf | cut -d\" \" -f1 | xargs kill -9" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment