From c9950894863af437457ad5928cb622c615bd3282 Mon Sep 17 00:00:00 2001 From: Mischievous Meerkat Date: Sun, 24 May 2020 09:42:32 +0530 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Troubleshooting.md b/Troubleshooting.md index 29bae27..0d226cd 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -1,3 +1,11 @@ +## Wrong file opener + +Use the following command to set default openers for mimetypes: + + xdg-mime default application mimetype(s) + e.g. + xdg-mime default sxiv.desktop image/jpeg image/png + ## Batch rename limits **TL;DR:** If you need a full-featured batch-renamer, install plugins. `nnn` auto-detects and invokes the internal plugin `.nmv` (a bash script) which is feature-complete.