aboutsummaryrefslogtreecommitdiffstats
path: root/nnn.h
diff options
context:
space:
mode:
Diffstat (limited to 'nnn.h')
-rw-r--r--nnn.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/nnn.h b/nnn.h
index 6bf6477..fde2f39 100644
--- a/nnn.h
+++ b/nnn.h
@@ -34,6 +34,7 @@ enum action {
SEL_MTIME,
SEL_REDRAW,
SEL_COPY,
+ SEL_OPEN,
SEL_NEW,
SEL_RENAME,
SEL_HELP,
@@ -143,6 +144,8 @@ static struct key bindings[] = {
{ KEY_F(5), SEL_REDRAW, "", "" }, /* Undocumented */
/* Copy currently selected file path */
{ CONTROL('K'), SEL_COPY, "", "" },
+ /* Open in a custom application */
+ { CONTROL('O'), SEL_OPEN, "", "" },
/* Create a new file */
{ 'n', SEL_NEW, "", "" },
/* Show rename prompt */