diff --git a/.config/nushell/config.nu b/.config/nushell/config.nu index 366e4e7..7e80ab1 100644 --- a/.config/nushell/config.nu +++ b/.config/nushell/config.nu @@ -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 )"