feat: Support for custom bindings
## Description
```typescript
export default {
bindings: [
{
key: 'x',
command: 'kill-window'
},
{
key: 'h',
command: 'select-pane',
options: ['-L']
}
],
}
```
合并状态:已合并 合并于 2024-07-12 关闭于 2024-07-12 0 条评论