Created
January 19, 2023 08:04
-
-
Save azu/55fc2e450ed30498eec56b60a88db89b to your computer and use it in GitHub Desktop.
zoxide + fzf + bat + exa
This file contains hidden or 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
| # https://github.com/ajeetdsouza/zoxide | |
| export _ZO_FZF_OPTS=' | |
| --no-sort --height 75% --reverse --margin=0,1 --exit-0 --select-1 | |
| --bind ctrl-f:page-down,ctrl-b:page-up | |
| --bind pgdn:preview-page-down,pgup:preview-page-up | |
| --prompt="❯ " | |
| --color bg+:#262626,fg+:#dadada,hl:#f09479,hl+:#f09479 | |
| --color border:#303030,info:#cfcfb0,header:#80a0ff,spinner:#36c692 | |
| --color prompt:#87afff,pointer:#ff5189,marker:#f09479 | |
| --preview "([[ -e '{2..}/README.md' ]] && bat --color=always --style=numbers --line-range=:50 '{2..}/README.md') || exa --color=always --group-directories-first --oneline {2..}" | |
| ' | |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jan-19-2023.17-02-58_optimized.mp4