From 6bfbff95199477b1630f93cab381c375ad5f8a28 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Wed, 27 Sep 2017 22:07:04 +0530 Subject: Revert "Archive handling on OS X using unar+lsar" This reverts commit 1e859eb1370bd67cecd06b7bc8c6f885b80554bd. We will use atool on OS X as well, it can be brewed easily. --- nnn.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nnn.h') diff --git a/nnn.h b/nnn.h index a298b06..020cb14 100644 --- a/nnn.h +++ b/nnn.h @@ -134,9 +134,9 @@ static struct key bindings[] = { /* Open dir in desktop file manager */ { 'o', SEL_DFB, "", "" }, /* List archive */ - { 'f', SEL_LIST, "-l", "" }, + { 'f', SEL_LIST, "-l", "" }, /* Extract archive */ - { CONTROL('X'), SEL_EXTRACT, "-x", "" }, + { CONTROL('X'), SEL_EXTRACT, "-x", "" }, /* Toggle sort by size */ { 's', SEL_FSIZE, "", "" }, /* Sort by total block count including dir contents */ -- cgit v1.2.3-70-g09d2