aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.h
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-01-23 21:49:56 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-01-23 21:49:56 +0530
commit31849fd5fb7b919a7cb99669c0bcd6f2685af2cc (patch)
tree2a6055ecf1f2777987e8af6bad9590b2f6cfecfb /src/nnn.h
parent7de98faa747be4a52a6966550cdcb44b83e53b1c (diff)
downloadnnn-31849fd5fb7b919a7cb99669c0bcd6f2685af2cc.tar.gz
New key to tkae note ^N
Diffstat (limited to 'src/nnn.h')
-rw-r--r--src/nnn.h1
1 files changed, 1 insertions, 0 deletions
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 */