fix: fixed fzf fuzzy finding configuration for normal dotfiles
All checks were successful
sync tailscale acls / acls (push) Successful in 2m42s
All checks were successful
sync tailscale acls / acls (push) Successful in 2m42s
This commit is contained in:
parent
f83be15d41
commit
2f8cfa5947
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ $env.config = {
|
|||
| reverse
|
||||
| uniq
|
||||
| str join (char -i 0)
|
||||
| fzf --scheme=history --read0 --tiebreak=chunk --layout=reverse --preview='echo {..}' --preview-window='bottom:3:wrap' --bind alt-up:preview-up,alt-down:preview-down --height=70% -q (commandline) --preview='echo -n {} | nu --stdin -c \'nu-highlight'''
|
||||
| fzf --scheme=history --read0 --tiebreak=chunk --layout=reverse --preview='echo {..}' --preview-window='bottom:3:wrap' --bind alt-up:preview-up,alt-down:preview-down --height=70% -q (commandline) --preview='echo -n {} | nu --stdin -c nu-highlight'
|
||||
| decode utf-8
|
||||
| str trim
|
||||
)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue