aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorlostd <lostd@2f30.org>2015-01-27 13:29:12 +0200
committerlostd <lostd@2f30.org>2015-01-27 13:29:12 +0200
commit68be0868c642b7c96fe247b22af933a58371f781 (patch)
treeada8c599a12c8b31010963e11e0ae168060aee33 /config.def.h
parentf39db2b36bdc2660f8d15c7ce166615a86d2a8c4 (diff)
downloadnoice-68be0868c642b7c96fe247b22af933a58371f781.tar.gz
Also treat ^H as backspace
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 4c7ade3..996436f 100644
--- a/config.def.h
+++ b/config.def.h
@@ -18,6 +18,7 @@ struct key bindings[] = {
{ KEY_BACKSPACE, SEL_BACK },
{ KEY_LEFT, SEL_BACK },
{ 'h', SEL_BACK },
+ { CONTROL('H'), SEL_BACK },
/* Inside */
{ KEY_ENTER, SEL_GOIN },
{ '\r', SEL_GOIN },
Un proyecto texto-plano.xyz