diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2017-09-27 22:07:04 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2017-09-27 22:14:09 +0530 |
commit | 6bfbff95199477b1630f93cab381c375ad5f8a28 (patch) | |
tree | ea20a2e78b7ce741f1506d7397538b0c79eee081 /nnn.h | |
parent | 7c54f073fca7db5f677af5d02da7f39136b0aa65 (diff) | |
download | nnn-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.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 */ |