fzf style
This commit is contained in:
parent
d3731cb198
commit
c7f4925084
@ -12,8 +12,6 @@ if command -v "lesspipe.sh" &>/dev/null; then
|
||||
export LESSOPEN="| lesspipe.sh %s"
|
||||
fi
|
||||
|
||||
export CDPATH=:~:~/code
|
||||
|
||||
export HISTSIZE=100000
|
||||
export HISTFILESIZE="$HISTSIZE"
|
||||
export HISTCONTROL=ignoreboth:erasedups
|
||||
@ -36,17 +34,16 @@ done
|
||||
export TMPDIR
|
||||
|
||||
export FZF_DEFAULT_OPTS="\
|
||||
--cycle \
|
||||
--pointer='' \
|
||||
--marker='+' \
|
||||
--color='pointer:green' \
|
||||
--bind \
|
||||
--cycle
|
||||
--pointer='> '
|
||||
--marker='* '
|
||||
--color='gutter:black,pointer:red,preview-border:grey,separator:grey'
|
||||
--bind
|
||||
ctrl-/:toggle-preview,\
|
||||
ctrl-a:toggle-all,\
|
||||
ctrl-p:preview-up,\
|
||||
ctrl-n:preview-down,\
|
||||
ctrl-u:clear-query,\
|
||||
ctrl-o:toggle,\
|
||||
tab:replace-query,\
|
||||
shift-tab:toggle\
|
||||
tab:replace-query\
|
||||
"
|
||||
@ -191,9 +191,9 @@ bind -T copy-mode-vi WheelDownPane select-pane \; send-keys -X -N 2 scroll-down
|
||||
|
||||
FZF_DEFAULT_OPTS="\
|
||||
--cycle
|
||||
--color='preview-border:grey,separator:grey'
|
||||
--pointer=''
|
||||
--marker='+'
|
||||
--color='gutter:black,pointer:red,preview-border:grey,separator:grey'
|
||||
--pointer='> '
|
||||
--marker='* '
|
||||
--border=rounded
|
||||
--border-label-pos=bottom
|
||||
--preview-window=70%
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user