fzf: add page-up/page-down + visual tweaks
This commit is contained in:
parent
c15bb13a00
commit
54c68d0076
1 changed files with 5 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
fzf_colors=(
|
||||
fg:#8185A7
|
||||
fg:bright-black
|
||||
fg+:bright-white:bold
|
||||
bg+:-1
|
||||
hl:yellow:regular
|
||||
hl+:bright-yellow:bold
|
||||
query:bright-white:regular
|
||||
info:blue:bold
|
||||
info:blue:regular
|
||||
border:bright-black
|
||||
scrollbar:white
|
||||
separator:bright-black
|
||||
|
@ -17,6 +17,8 @@ fzf_colors=(
|
|||
)
|
||||
|
||||
fzf_bindings=(
|
||||
ctrl-f:page-down
|
||||
ctrl-b:page-up
|
||||
ctrl-o:toggle-up
|
||||
ctrl-t:toggle-all
|
||||
ctrl-x:deselect-all
|
||||
|
@ -27,7 +29,7 @@ fzf_defaults=(
|
|||
--border=rounded
|
||||
--scrollbar=┃
|
||||
--prompt='"❯ "'
|
||||
--pointer='" "'
|
||||
--pointer='" "'
|
||||
--marker='" "'
|
||||
--color="${(pj/,/)fzf_colors}"
|
||||
--bind="${(pj/,/)fzf_bindings}"
|
||||
|
|
Loading…
Add table
Reference in a new issue