mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-22 18:24:21 +01:00
fix(complete-module): change completion start key to slash
This commit is contained in:
@@ -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"),
|
||||
),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user