Skip to content

Instantly share code, notes, and snippets.

@Maple-pro
Created May 15, 2024 14:19
Show Gist options
  • Save Maple-pro/5167e6b702aa3a02d505a1bd6aa32c0b to your computer and use it in GitHub Desktop.
Save Maple-pro/5167e6b702aa3a02d505a1bd6aa32c0b to your computer and use it in GitHub Desktop.
fzf usage

fzf Usage

# find file in ~/Documents/Personal (alias)
ff

# fuzzy completion
cd **<tab>
nvim **<tab>
kill -9 **<tab>

keybindings:

  • -t: Paste the selected files and directories onto the command-line
  • -r: Paste the selected command from history onto the command-line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment