Remove tabs...
--- a/.config/mc/mc.ext Fri Apr 06 22:19:02 2012 +0300
+++ b/.config/mc/mc.ext Fri Apr 06 22:19:50 2012 +0300
@@ -41,12 +41,12 @@
# %% -> % character
# %p -> name of the current file (without path, but pwd is its path)
# %f -> name of the current file. Unlike %p, if file is located on a
-# non-local virtual filesystem, i.e. either tarfs or ftpfs,
-# then the file will be temporarily copied into a local directory
-# and %f will be the full path to this local temporal file.
-# If you don't want to get a local copy and want to get the
-# virtual fs path (like /#ftp:ftp.cvut.cz/pub/hungry/xword), then
-# use %d/%p instead of %f.
+# non-local virtual filesystem, i.e. either tarfs or ftpfs,
+# then the file will be temporarily copied into a local directory
+# and %f will be the full path to this local temporal file.
+# If you don't want to get a local copy and want to get the
+# virtual fs path (like /#ftp:ftp.cvut.cz/pub/hungry/xword), then
+# use %d/%p instead of %f.
# %d -> name of the current directory (pwd, without trailing slash)
# %s -> "selected files", i.e. space separated list of tagged files if any
# or name of the current file
@@ -58,15 +58,15 @@
#
#
# %cd -> the rest is a path mc should change into (cd won't work, since it's
-# a child process). %cd handles even vfs names.
+# a child process). %cd handles even vfs names.
#
# %view -> the command you type will be piped into mc's internal file viewer
-# if you type only the %view and no command, viewer will load %f file
-# instead (i.e. no piping, so it is different to %view cat %f)
-# %view may be directly followed by {} with a list of any of
-# ascii (Ascii mode), hex (Hex mode), nroff (color highlighting for
-# text using backspace for bold and underscore) and unform
-# (no highlighting for nroff sequences) separated by commas.
+# if you type only the %view and no command, viewer will load %f file
+# instead (i.e. no piping, so it is different to %view cat %f)
+# %view may be directly followed by {} with a list of any of
+# ascii (Ascii mode), hex (Hex mode), nroff (color highlighting for
+# text using backspace for bold and underscore) and unform
+# (no highlighting for nroff sequences) separated by commas.
#
# %var -> You use it like this: %var{VAR:default}. This macro will expand
# to the value of the VAR variable in the environment if it's set
@@ -87,12 +87,12 @@
# .so libraries
# Exception - .so libraries are not manual pages
regex/\.(so|so\.[0-9\.]*)$
- View=%view{ascii} file %f && nm -C -D %f
+ View=%view{ascii} file %f && nm -C -D %f
# Object
type/^ELF
- #Open=%var{PAGER:more} %f
- View=%view{ascii} file %f && nm -C %f
+ #Open=%var{PAGER:more} %f
+ View=%view{ascii} file %f && nm -C %f
### Documentation ###
@@ -101,51 +101,51 @@
# GNU Info page
type/^Info\ text
- Open=info -f %f
+ Open=info -f %f
shell/.info
- Open=info -f %f
+ Open=info -f %f
include/image
- Open=(see %f &)
- View=%view{ascii} identify %f
- #View=%view{ascii} asciiview %f
+ Open=(see %f &)
+ View=%view{ascii} identify %f
+ #View=%view{ascii} asciiview %f
# Old VLC under Debian have no association for wmv mimetype.
regex/\.([wW][mM][vV])$
- Open=vlc %f &
+ Open=vlc %f &
regex/\.([aA][vV][iI])$
- Include=video
+ Include=video
regex/\.(3[gG][pP])$
- Include=video
+ Include=video
regex/\.([aA][sS][fFxX])$
- Include=video
+ Include=video
regex/\.([dD][iI][vV][xX])$
- Include=video
+ Include=video
regex/\.([mM][kK][vV])$
- Include=video
+ Include=video
regex/\.([mM][oO][vV]|[qQ][tT])$
- Include=video
+ Include=video
regex/\.([mM][pP]4|[mM][pP][eE]?[gG])$
- Include=video
+ Include=video
# MPEG-2 TS container + H.264 codec
regex/\.([mM][tT][sS])$
- Include=video
+ Include=video
regex/\.([vV][oO][bB])$
- Include=video
+ Include=video
regex/\.([wW][mM][vV])$
- Include=video
+ Include=video
regex/\.([fF][lL][iIcCvV])$
- Include=video
+ Include=video
regex/\.([oO][gG][mM])$
- Include=video
+ Include=video
include/video
- Open=see %f
+ Open=see %f
shell/.chm
- Open=xchm %f &
+ Open=xchm %f &
shell/.djvu
Open=djview %f &
@@ -158,15 +158,15 @@
# Makefile
regex/[Mm]akefile$
- Open=make -f %f %{Enter parameters}
+ Open=make -f %f %{Enter parameters}
# Imakefile
shell/Imakefile
- Open=xmkmf -a
+ Open=xmkmf -a
# Makefile.PL (MakeMaker)
regex/^Makefile.(PL|pl)$
- Open=%var{PERL:perl} %f
+ Open=%var{PERL:perl} %f
shell/.my
Open=tmp=%f; echo ${tmp%.my} %f %{Enter opt:} %{Enter file:}
@@ -174,7 +174,7 @@
# Open in Emacs.
regex/\.(c|cpp|cxx)
Open=e %f
- # Open=sensible-editor %f
+ # Open=sensible-editor %f
regex/\.(h|hpp)
Open=e %f
shell/.(s|S)
@@ -184,15 +184,15 @@
shell/.f
Open=e %f
regex/\.([Tt][Ee][Xx])$
- Open=e %f
- #Open=%var{EDITOR:vi} %f
+ Open=e %f
+ #Open=%var{EDITOR:vi} %f
regex/\.(sh|bash|tcsh)
Edit=e %f
# Object files.
regex/\.(o|obj)
- #Open=sensible-pager %f
- View=%view{ascii} file %f && nm %f
+ #Open=sensible-pager %f
+ View=%view{ascii} file %f && nm %f
shell/.class
- View=%view{ascii} tmp=%p; javap -c ${tmp%%.class}
+ View=%view{ascii} tmp=%p; javap -c ${tmp%%.class}