feat(app): add tab close keybind (#11780)

This commit is contained in:
Rahul A Mistry
2026-02-02 18:20:06 +05:30
committed by GitHub
parent 34c58af796
commit 3408f1a6ae
3 changed files with 22 additions and 3 deletions

View File

@@ -45,6 +45,7 @@ export const dict = {
"command.session.new": "New session",
"command.file.open": "Open file",
"command.file.open.description": "Search files and commands",
"command.tab.close": "Close tab",
"command.context.addSelection": "Add selection to context",
"command.context.addSelection.description": "Add selected lines from the current file",
"command.terminal.toggle": "Toggle terminal",