Enable startup customization via `:autocmd User BufExplorer_Started`.
An autocommand is used to detect BufExplorer startup and run code to
adjust settings in the BufExplorer buffer; for example, to disable the
`t` command:
```
autocmd User BufExplorer_Started nmap <nowait> <buffer> t <Nop>
```