aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-05-31 12:47:35 -0700
committerBruce Hill <bruce@bruce-hill.com>2019-05-31 12:47:35 -0700
commitf539538582c3a5dba7ce5ca344115beea52f054d (patch)
treebbee994dc2dd5342d1014c42e18d1b2dc6cd933b /config.def.h
parente11158a69fae6d29baf761ee853277fd54404b8d (diff)
Cleaned up a lot of the cd logic, making path names better-standardized,
but still keeping symlinks, and ensuring bb->path has a slash at the end. Also cleaned up some empty directory errors.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index b3b49ba..d454407 100644
--- a/config.def.h
+++ b/config.def.h
@@ -114,7 +114,7 @@ binding_t bindings[] = {
// Please note that these are sh scripts, not bash scripts, so bash-isms
// won't work unless you make your script use `bash -c "<your script>"`
//////////////////////////////////////////////////////////////////////////
- {{'?'}, "bb -b | $PAGER -r", "Show the help menu", NORMAL_TERM},
+ {{'?', KEY_F1}, "bb -b | $PAGER -r", "Show the help menu", NORMAL_TERM},
{{'q', 'Q'}, "+quit", "Quit"},
{{'k', KEY_ARROW_UP}, "+move:-1", "Move up"},
{{'j', KEY_ARROW_DOWN}, "+move:+1", "Move down"},