From 31849fd5fb7b919a7cb99669c0bcd6f2685af2cc Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Wed, 23 Jan 2019 21:49:56 +0530 Subject: New key to tkae note ^N --- src/nnn.c | 2 +- src/nnn.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/nnn.c b/src/nnn.c index 5340989..178eb96 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -2286,7 +2286,7 @@ static bool show_help(char *path) "1MISC\n" "8!, ^] Spawn SHELL in dir C Execute entry\n" "8R, ^V Run custom script L Lock terminal\n" - "b^S Run a command N Take note\n"}; + "b^S Run a command N, ^N Take note\n"}; if (fd == -1) return FALSE; diff --git a/src/nnn.h b/src/nnn.h index ae165f0..1500515 100644 --- a/src/nnn.h +++ b/src/nnn.h @@ -225,6 +225,7 @@ static struct key bindings[] = { { 'p', SEL_RUNPAGE }, /* Open notes file */ { 'N', SEL_NOTE }, + { CONTROL('N'), SEL_NOTE }, /* Lock screen */ { 'L', SEL_LOCK }, /* Quit a context */ -- cgit v1.2.3-70-g09d2