aboutsummaryrefslogtreecommitdiffstats
path: root/nnn.h
diff options
context:
space:
mode:
Diffstat (limited to 'nnn.h')
-rw-r--r--nnn.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/nnn.h b/nnn.h
index 420bd13..07d6774 100644
--- a/nnn.h
+++ b/nnn.h
@@ -102,6 +102,8 @@ static struct assoc assocs[] = {
static struct key bindings[] = {
/* Back */
{ KEY_BACKSPACE, SEL_BACK, "", "" },
+ { 8 /* BS */, SEL_BACK, "", "" },
+ { 127 /* DEL */, SEL_BACK, "", "" },
{ KEY_LEFT, SEL_BACK, "", "" },
{ 'h', SEL_BACK, "", "" },
{ CONTROL('H'), SEL_BACK, "", "" },