feat: Support for TMUX global options
## Description [#3]
This PR introduces support for several common TMUX global options, extracted from public configurations. The feature adds a new entry in the config file. Example:
```typescript
export default {
options: {
setTitlesString: "🚀",
modeKeys: "on",
},
}
```
Additionally, I've added support for `status-position` through the `status` object:
```typescript
export default {
status: {
position: "top"
},
}
```
合并状态:已合并 合并于 2024-07-09 关闭于 2024-07-09 0 条评论