Start mc
, click on Command
and then on edit extension file
(or F9, c, e
). Then, for example, search (F7
) for pdf
and change
<------->Open=(xpdf %f &)
into
<------->Open=(open %f &)
How exit and save (F10
). Changes are immediately applied.
open
Starts Preview by default. Repeat this for all extensions you want te re-bind. As long as you agree with LaunchServices, you can use open
. You can also just use any specific application.
Other usefull additions to mc.ext
:
# PowerPoint regex/\.([pP][pP][tT]?[xX])$ Open=(open %f &) # Word regex/\.([dD][oO][cC]?[xX])$ Open=(open %f &) # Excel regex/\.([xX][lL][sS]?[xX])$ Open=(open %f &)