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, 0 insertions, 3 deletions
diff --git a/src/nnn.h b/src/nnn.h
index c65d562..8720efc 100644
--- a/src/nnn.h
+++ b/src/nnn.h
@@ -96,7 +96,6 @@ enum action {
SEL_RUNCMD,
SEL_RUNEDIT,
SEL_RUNPAGE,
- SEL_NOTE,
SEL_LOCK,
SEL_QUITCTX,
SEL_QUITCD,
@@ -246,8 +245,6 @@ static struct key bindings[] = {
/* Open in EDITOR or PAGER */
{ 'e', SEL_RUNEDIT },
{ 'p', SEL_RUNPAGE },
- /* Open notes file */
- { CONTROL('N'), SEL_NOTE },
/* Lock screen */
{ 'L', SEL_LOCK },
/* Quit a context */