>>842
profile\components\usercommand.js
に↓を入れる

```
"tab.close.right": {
"label": "右側のタブを閉じる",
"type": "emit",
"attach": "tab.thread",
"command": "tab:close.right",
"params": [
"${OBJECT.location}",
],
},
```