mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-10-31 22:01:14 +00:00
[fzf] Change default colors
This commit is contained in:
parent
0ca5da2a4f
commit
555b911467
5
.zshrc
5
.zshrc
@ -102,7 +102,10 @@ kexec () {
|
||||
}
|
||||
|
||||
export FZF_DEFAULT_COMMAND="fd --type f --follow -I"
|
||||
export FZF_DEFAULT_OPTS="-m --reverse --bind 'ctrl-o:execute(xdg-open {})+abort,ctrl-e:execute({})+abort,ctrl-y:execute(echo {} | xclip -selection clipboard -in)+abort'"
|
||||
export FZF_DEFAULT_OPTS="-m --reverse \
|
||||
--color 'info:#00AAFF,prompt:#FFFFFF,pointer:#00AAFF,hl:#1AE51A,hl+:#1AE51A' \
|
||||
--tabstop=4 \
|
||||
--bind 'ctrl-o:execute(xdg-open {})+abort,ctrl-e:execute({})+abort,ctrl-y:execute(echo {} | xclip -selection clipboard -in)+abort'"
|
||||
export FZF_CTRL_T_OPTS="--no-height --preview '[[ \$(file --mime {}) =~ binary ]] && echo {} is a binary file || pygmentize {} 2> /dev/null | head -500'"
|
||||
export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user