Skip to content

Commit d55a2fd

Browse files
committed
tui: change delete keybind to ctrl+d in session list dialog
1 parent 40f577e commit d55a2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/opencode/src/cli/cmd/tui/component/dialog-session-list.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export function DialogSessionList() {
6060
}}
6161
keybind={[
6262
{
63-
keybind: Keybind.parse("delete")[0],
63+
keybind: Keybind.parse("ctrl+d")[0],
6464
title: "delete",
6565
onTrigger: async (option) => {
6666
if (toDelete() === option.value) {

0 commit comments

Comments
 (0)