From f653b0025e81de76e63b5aff0befa553aae26ac4 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Fri, 14 Oct 2011 11:47:35 +0200 Subject: [PATCH] define default man viewer --- src/sampleconf/mimeview | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sampleconf/mimeview b/src/sampleconf/mimeview index edd87492..cdbb348f 100644 --- a/src/sampleconf/mimeview +++ b/src/sampleconf/mimeview @@ -81,4 +81,5 @@ text/x-c+ = emacsclient %f text/x-c++ = emacsclient %f text/x-html-sidux-man = konqueror %f text/x-html-aptosid-man = iceweasel %f +text/x-man = xterm -u8 -e "groff -T ascii -man %f | more" text/x-python = idle %f