mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-11-01 00:21:13 +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_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_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"
|
export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user