Notes on Midnight Commander =========================== Author: Momchil Ivanov Date : 2013.12.24 Introduction ------------ This article contains notes on the application Midnight Commander. Open PDF files with xpdf ------------------------ To open PDF files with xpdf edit the file ~/.mailcap and add the following: application/pdf; /usr/bin/xpdf '%s' application/x-pdf; /usr/bin/xpdf '%s'