aboutsummaryrefslogtreecommitdiffstats
path: root/nnn.h
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-09-27 22:07:04 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-09-27 22:14:09 +0530
commit6bfbff95199477b1630f93cab381c375ad5f8a28 (patch)
treeea20a2e78b7ce741f1506d7397538b0c79eee081 /nnn.h
parent7c54f073fca7db5f677af5d02da7f39136b0aa65 (diff)
downloadnnn-6bfbff95199477b1630f93cab381c375ad5f8a28.tar.gz
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.
Diffstat (limited to 'nnn.h')
-rw-r--r--nnn.h4
1 files changed, 2 insertions, 2 deletions
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 */