diff --git a/inc/fzf b/inc/fzf index e0c2424..8cdff1e 100644 --- a/inc/fzf +++ b/inc/fzf @@ -16,8 +16,8 @@ ${YELLOW}ctrl+e $WHITE edit selected ${YELLOW}ctrl+d $WHITE delete selected output="$(listEntries | fzf --header="$header" --header-lines=2 --print-query \ --delimiter=" +" --with-nth=3,5 --height=100% \ - --expect="ctrl-n,ctrl-o,ctrl-e,ctrl-d" \ - --preview='bash -c "fzfPreview {}"')" + --expect="ctrl-n,ctrl-v,ctrl-e,ctrl-d" \ + --preview='bash -c "fzfPreview {}"')" || true query="$(echo "$output" | sed -n '1p')" operation="$(echo "$output" | sed -n '2p')"