diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-01-28 22:32:42 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-01-28 22:32:42 -0800 |
| commit | 8842891a7cad0c4d666eda994f291f8bd5b988c8 (patch) | |
| tree | 84be163495ea132bae4bef9053f5e71af69b6893 /API.md | |
| parent | 000329d941f381af2c21fbc5c842c87a57ae919f (diff) | |
Renamed bbbindkeys -> bbkeys
Diffstat (limited to 'API.md')
| -rw-r--r-- | API.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,9 +15,9 @@ environment variable at runtime. `~/.config/bb/` is also added to the `$PATH` with higher priority, so you can override any of these scripts by putting your own version there. -- `bbstartup`: The script run when `bb` first launches. It calls `bbbindkeys` by +- `bbstartup`: The script run when `bb` first launches. It calls `bbkeys` by default and sets up some configuration settings like which columns to display. -- `bbbindkeys`: The script called by `bb` to create all of `bb`'s key bindings. +- `bbkeys`: The script called by `bb` to create all of `bb`'s key bindings. It's currently very hacky, but it amounts to a bunch of calls to `bbcmd bind:<key>:<script>` - `bbshutdown`: The script run when `bb` exits. The default implementation saves |
