diff options
| -rw-r--r-- | bb.c | 2 | ||||
| -rw-r--r-- | config.def.h | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -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> |
