mirror of
https://github.com/sst/opencode.git
synced 2025-08-31 10:17:26 +00:00
fix(complete-module): change completion start key to slash
This commit is contained in:
parent
acc084c9ea
commit
a203fb8ccc
1 changed files with 2 additions and 2 deletions
|
@ -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"),
|
||||
),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue