tui: change delete keybind to ctrl+d in session list dialog

This commit is contained in:
Dax Raad
2025-11-01 11:53:46 -04:00
parent 40f577e5e7
commit d55a2fd56c

View File

@@ -60,7 +60,7 @@ export function DialogSessionList() {
}} }}
keybind={[ keybind={[
{ {
keybind: Keybind.parse("delete")[0], keybind: Keybind.parse("ctrl+d")[0],
title: "delete", title: "delete",
onTrigger: async (option) => { onTrigger: async (option) => {
if (toDelete() === option.value) { if (toDelete() === option.value) {