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 0c4ea74..9a2930f 100644
--- a/src/nnn.h
+++ b/src/nnn.h
@@ -89,6 +89,7 @@ enum action {
SEL_RUNCMD,
SEL_RUNEDIT,
SEL_RUNPAGE,
+ SEL_NOTE,
SEL_LOCK,
SEL_QUITCTX,
SEL_QUITCD,
@@ -225,6 +226,8 @@ static struct key bindings[] = {
/* Open in EDITOR or PAGER */
{ 'e', SEL_RUNEDIT },
{ 'p', SEL_RUNPAGE },
+ /* Open notes file */
+ { 'N', SEL_NOTE },
/* Lock screen */
{ 'L', SEL_LOCK },
/* Quit a context */