fix(complete-module): change completion start key to slash

pull/13/head v0.0.48
Adictya 2025-05-15 18:22:50 +05:30 committed by Adam
parent acc084c9ea
commit a203fb8ccc
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@ var keyMap = ChatKeyMap{
key.WithHelp("ctrl+h", "toggle tools"),
),
ShowCompletionDialog: key.NewBinding(
key.WithKeys("@"),
key.WithHelp("@", "Complete"),
key.WithKeys("/"),
key.WithHelp("/", "Complete"),
),
}