New fzf options.
This commit is contained in:
parent
074865f7ee
commit
f4973b9c58
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,6 @@ source ~/.zsh/themes/powerlevel10k/powerlevel10k.zsh-theme
|
|||
|
||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||
FZF_DEFAULT_COMMAND='git ls-files --cached --others --exclude-standard | fd'
|
||||
FZF_DEFAULT_OPTS="-e --height 40% --preview='bat --color=always --tabs=2 --style=plain --theme=\"Monokai Extended\" {}'"
|
||||
FZF_DEFAULT_OPTS="-e --layout=reverse --height=40% --preview='bat --color=always --tabs=2 --style=plain --theme=\"Monokai Extended\" {}'"
|
||||
|
||||
[ -e ~/.zshrc.local ] && source ~/.zshrc.local
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue