aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-05-29 23:44:22 -0700
committerBruce Hill <bruce@bruce-hill.com>2019-05-29 23:44:22 -0700
commit2f34dad8e8e264382794aa8e983671bc3460a433 (patch)
tree8bd54f8d92f15e868637e7ed1211f5ce6fa4ea91 /config.def.h
parent050d4d70caa7312348f15f2c2f6e99cc60c9399c (diff)
Deleted CTRL_H functionality.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 50f279e..698ddba 100644
--- a/config.def.h
+++ b/config.def.h
@@ -113,7 +113,6 @@ binding_t bindings[] = {
// won't work unless you make your script use `bash -c "<your script>"`
//////////////////////////////////////////////////////////////////////////
{{'?'}, "bb -b | $PAGER -r", "Show the help menu", NORMAL_TERM},
- {{KEY_CTRL_H}, "<placeholder>", "Figure out what key does"},
{{'q', 'Q'}, "+quit", "Quit"},
{{'k', KEY_ARROW_UP}, "+move:-1", "Move up"},
{{'j', KEY_ARROW_DOWN}, "+move:+1", "Move down"},