From: Kevin Sjöberg Date: Fri, 11 Jun 2021 13:48:29 +0000 (+0200) Subject: Remove opinionated options X-Git-Tag: v4.2~101^2 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=8fc18fb9d66316710b8d9c960b12a4c521d1684e;p=nnn.git Remove opinionated options --- diff --git a/plugins/fzopen b/plugins/fzopen index 6039d306..fa4121be 100755 --- a/plugins/fzopen +++ b/plugins/fzopen @@ -26,7 +26,7 @@ if type fzf >/dev/null 2>&1; then else [ -z "$cmd" ] && cmd="find . -type f 2>/dev/null" fi - entry="$(eval "$cmd" | fzf -m --delimiter / --nth=-1 --tiebreak=begin --info=hidden)" + entry="$(eval "$cmd" | fzf -m)" # To show only the file name # entry=$(find . -type f 2>/dev/null | fzf --delimiter / --with-nth=-1 --tiebreak=begin --info=hidden) elif type sk >/dev/null 2>&1; then