Skip to content

Instantly share code, notes, and snippets.

@danielfalbo
Created September 17, 2025 06:17
Show Gist options
  • Save danielfalbo/48470ebf77a9ecc6e8dc29720efbabbe to your computer and use it in GitHub Desktop.
Save danielfalbo/48470ebf77a9ecc6e8dc29720efbabbe to your computer and use it in GitHub Desktop.
external.sh
# fzf settings
export FZF_DEFAULT_OPTS="--height 90% --layout=reverse --border --preview 'bat --style=numbers --color=always --line-range :500 {}' --color 'bg+:-1'"
# pager
export PAGER="most"
@danielfalbo
Copy link
Author

brew install fzf most

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment