aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nnn.h')
-rw-r--r--src/nnn.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nnn.h b/src/nnn.h
index ec9c2c1..0c4ea74 100644
--- a/src/nnn.h
+++ b/src/nnn.h
@@ -103,9 +103,6 @@ struct key {
static struct key bindings[] = {
/* Back */
- { KEY_BACKSPACE, SEL_BACK },
- { '\b' /* BS */, SEL_BACK },
- { 127 /* DEL */, SEL_BACK },
{ KEY_LEFT, SEL_BACK },
{ 'h', SEL_BACK },
{ CONTROL('H'), SEL_BACK },