mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
tui: change delete keybind to ctrl+d in session list dialog
This commit is contained in:
parent
40f577e5e7
commit
d55a2fd56c
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ export function DialogSessionList() {
|
|||
}}
|
||||
keybind={[
|
||||
{
|
||||
keybind: Keybind.parse("delete")[0],
|
||||
keybind: Keybind.parse("ctrl+d")[0],
|
||||
title: "delete",
|
||||
onTrigger: async (option) => {
|
||||
if (toDelete() === option.value) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue