aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nnn.h')
-rw-r--r--src/nnn.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nnn.h b/src/nnn.h
index 241e16e..2933d26 100644
--- a/src/nnn.h
+++ b/src/nnn.h
@@ -88,6 +88,7 @@ enum action {
SEL_NEW,
SEL_RENAME,
SEL_RENAMEMUL,
+ SEL_ARCHIVEMNT,
SEL_SSHFS,
SEL_UMOUNT,
SEL_HELP,
@@ -229,6 +230,8 @@ static struct key bindings[] = {
{ KEY_F(2), SEL_RENAME },
/* Rename contents of current dir */
{ 'r', SEL_RENAMEMUL },
+ /* Mount an archive */
+ { 'T', SEL_ARCHIVEMNT },
/* Connect to server over SSHFS */
{ 'c', SEL_SSHFS },
/* Disconnect a SSHFS mount point */