From 80f4f54078a5c8617cd5e9ff1d2503cf9a3e269e Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Wed, 23 Jan 2019 21:33:43 +0530 Subject: Remove shortcuts ^H, ^N, ^P --- src/nnn.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/nnn.h') diff --git a/src/nnn.h b/src/nnn.h index adccfc6..ae165f0 100644 --- a/src/nnn.h +++ b/src/nnn.h @@ -106,7 +106,6 @@ static struct key bindings[] = { /* Back */ { KEY_LEFT, SEL_BACK }, { 'h', SEL_BACK }, - { CONTROL('H'), SEL_BACK }, /* Inside or select */ { KEY_ENTER, SEL_GOIN }, { '\r', SEL_GOIN }, @@ -116,11 +115,9 @@ static struct key bindings[] = { /* Next */ { 'j', SEL_NEXT }, { KEY_DOWN, SEL_NEXT }, - { CONTROL('N'), SEL_NEXT }, /* Previous */ { 'k', SEL_PREV }, { KEY_UP, SEL_PREV }, - { CONTROL('P'), SEL_PREV }, /* Page down */ { KEY_NPAGE, SEL_PGDN }, { CONTROL('D'), SEL_PGDN }, -- cgit v1.2.3-70-g09d2