From 3408f1a6ae7f8783d5fa80dab2cb2cf2e976da6d Mon Sep 17 00:00:00 2001 From: Rahul A Mistry <149420892+ProdigyRahul@users.noreply.github.com> Date: Mon, 2 Feb 2026 18:20:06 +0530 Subject: feat(app): add tab close keybind (#11780) --- packages/app/src/i18n/en.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/app/src/i18n') diff --git a/packages/app/src/i18n/en.ts b/packages/app/src/i18n/en.ts index 5589337e5..169d09cd3 100644 --- a/packages/app/src/i18n/en.ts +++ b/packages/app/src/i18n/en.ts @@ -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", -- cgit v1.2.3