mirror of
https://github.com/sst/opencode.git
synced 2025-09-07 13:40:34 +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"),
|
key.WithHelp("ctrl+h", "toggle tools"),
|
||||||
),
|
),
|
||||||
ShowCompletionDialog: key.NewBinding(
|
ShowCompletionDialog: key.NewBinding(
|
||||||
key.WithKeys("@"),
|
key.WithKeys("/"),
|
||||||
key.WithHelp("@", "Complete"),
|
key.WithHelp("/", "Complete"),
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue