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: 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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue