1
1
mirror of https://github.com/jarun/nnn.git synced 2024-11-22 15:20:59 +03:00

Updated Troubleshooting (markdown)

Mischievous Meerkat 2020-05-24 09:42:32 +05:30
parent d9e7f7c9f3
commit c995089486

@ -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.