diff options
Diffstat (limited to 'src/nnn.h')
-rw-r--r-- | src/nnn.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 */ |