]> Sergey Matveev's repositories - nnn.git/commitdiff
Minor plugin update
authorArun Prakash Jana <engineerarun@gmail.com>
Sat, 17 Apr 2021 13:55:07 +0000 (19:25 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sat, 17 Apr 2021 13:55:07 +0000 (19:25 +0530)
plugins/fzcd

index 0c674eada8af9946ccbc444998101364f889183d..907f4f9406396600f9650007534a3b9a3492415d 100755 (executable)
@@ -9,6 +9,8 @@
 
 if [ "$(cmd_exists fzf)" -eq "0" ]; then
        sel=$(fzf)
+    # Show only the file ane parent dir
+    # sel=$(fzf --delimiter / --with-nth=-2,-1 --tiebreak=begin --info=hidden)
 else
        exit 1
 fi