You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,7 @@ require('opencode').setup({
112
112
default_global_keymaps=true, -- If false, disables all default global keymaps
113
113
default_mode='build', -- 'build' or 'plan' or any custom configured. @see [OpenCode Agents](https://opencode.ai/docs/modes/)
114
114
keymap_prefix='<leader>o', -- Default keymap prefix for global keymaps change to your preferred prefix and it will be applied to all keymaps starting with <leader>o
115
+
opencode_executable='opencode', -- Name of your opencode binary
115
116
keymap= {
116
117
editor= {
117
118
['<leader>og'] = { 'toggle' }, -- Open opencode. Close if opened
0 commit comments