fix: fixed fzf fuzzy finding configuration for normal dotfiles
This commit is contained in:
parent
c4379d82c9
commit
42542d0e7e
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