From: Oleg Broytman Date: Sat, 17 Jan 2015 19:59:55 +0000 (+0300) Subject: mc.menu: fix menu hot keys X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=12a3f7d5f4770a09861a8f355a8c9cfb2269e76e mc.menu: fix menu hot keys --- diff --git a/.mc/menu b/.mc/menu index e635c33..6a59039 100644 --- a/.mc/menu +++ b/.mc/menu @@ -339,7 +339,7 @@ x Extract a compressed file exec $P %f + F \.(bz2|gz|lz|lzma|7z|xz|tar|zip|ZIP|rar|RAR)$ & T r -x Extract another compressed file +X Extract another compressed file case %F in *.bz2) P="bzip2 -d";; *.gz) P="gzip -d";; @@ -414,7 +414,7 @@ y Extract from zip with recoded filenames exec unzip.py %f + T r & F \.(zip|ZIP)$ -y Extract from other zip with recoded filenames +Y Extract from other zip with recoded filenames exec unzip.py %D/%F + t r