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

This commit is contained in:
Adictya 2025-05-15 18:22:50 +05:30 committed by Adam
parent acc084c9ea
commit a203fb8ccc

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"),
),
}