Skip to content

Instantly share code, notes, and snippets.

@claytron
Created January 23, 2016 22:38
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 claytron/d057345985ef29bd40d6 to your computer and use it in GitHub Desktop.
Save claytron/d057345985ef29bd40d6 to your computer and use it in GitHub Desktop.
FZF Config
# My defaults for FZF (mostly changed to see hidden files)
export FZF_DEFAULT_COMMAND='find -L . -type f -o -type d -o -type l | sed 1d | cut -b3- | grep -v -e .git/ -e .svn/ -e .hg/'
export FZF_CTRL_T_COMMAND=$FZF_DEFAULT_COMMAND
# Enhance the default experience
export FZF_DEFAULT_OPTS='--extended --multi --inline-info --prompt="fzf> "'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment