zshrc: fzf nowrap by default
This commit is contained in:
parent
ee74984c0d
commit
333caeca59
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ export LC_ALL=
|
||||||
# Settings
|
# Settings
|
||||||
export VIRTUAL_ENV_DISABLE_PROMPT=1
|
export VIRTUAL_ENV_DISABLE_PROMPT=1
|
||||||
export FZF_DEFAULT_OPTS="\
|
export FZF_DEFAULT_OPTS="\
|
||||||
|
--preview-window nowrap \
|
||||||
--layout=reverse --cycle \
|
--layout=reverse --cycle \
|
||||||
--color=fg:#c0caf5,bg:,hl:#ff9e64 \
|
--color=fg:#c0caf5,bg:,hl:#ff9e64 \
|
||||||
--color=fg+:#c0caf5,bg+:,hl+:#ff9e64 \
|
--color=fg+:#c0caf5,bg+:,hl+:#ff9e64 \
|
||||||
|
|
Loading…
Add table
Reference in a new issue