diff --git a/root/home/bhasher/.config/ranger/rifle.conf b/root/home/bhasher/.config/ranger/rifle.conf index 86f53fd..76f8cea 100644 --- a/root/home/bhasher/.config/ranger/rifle.conf +++ b/root/home/bhasher/.config/ranger/rifle.conf @@ -203,7 +203,7 @@ ext xcf, X, flag f = gimp -- "$@" ext 7z, has 7z = 7z -p l "$@" | "$PAGER" # This requires atool ext ace|ar|arc|bz2?|cab|cpio|cpt|deb|dgc|dmg|gz, has atool = atool --list --each -- "$@" | "$PAGER" -ext iso|jar|msi|pkg|rar|shar|tar|tgz|xar|xpi|xz|zip, has atool = atool --list --each -- "$@" | "$PAGER" +ext iso|jar|msi|pkg|rar|shar|tar|tgz|xar|xpi|xz|zip, has vim = vim "$@" ext 7z|ace|ar|arc|bz2?|cab|cpio|cpt|deb|dgc|dmg|gz, has atool = atool --extract --each -- "$@" ext iso|jar|msi|pkg|rar|shar|tar|tgz|xar|xpi|xz|zip, has atool = atool --extract --each -- "$@"