Skip to content

Instantly share code, notes, and snippets.

@pjambet
Created October 12, 2022 17:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pjambet/368e20b67bd8a7e3a19d5d25707d0a4a to your computer and use it in GitHub Desktop.
Save pjambet/368e20b67bd8a7e3a19d5d25707d0a4a to your computer and use it in GitHub Desktop.
Fun with fzf
# 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