aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bb.c2
-rw-r--r--config.def.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/bb.c b/bb.c
index ee0bbf1..c324a74 100644
--- a/bb.c
+++ b/bb.c
@@ -24,7 +24,7 @@
#include "config.h"
#include "bterm.h"
-#define BB_VERSION "0.14.0"
+#define BB_VERSION "0.15.0"
#ifndef PATH_MAX
#define PATH_MAX 4096
diff --git a/config.def.h b/config.def.h
index 09b23fe..348377c 100644
--- a/config.def.h
+++ b/config.def.h
@@ -27,6 +27,7 @@
.:[01] Whether to show "." in each directory
..:[01] Whether to show ".." in each directory
+ bind:key:script Add or modify a key binding
cd:<path> Navigate to <path>
columns:<columns> Change which columns are visible, and in what order
deselect:<filename> Deselect <filename>