Skip to content

Commit 8f0bbbd

Browse files
sudo-teeCopilot
andauthored
fix: readme typo in command
Co-authored-by: Copilot <[email protected]>
1 parent 626098e commit 8f0bbbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ The plugin provides the following actions that can be triggered via keymaps, com
392392
| Navigate to next prompt in history | `<down>` | - | `require('opencode.api').next_history()` |
393393
| Toggle input/output panes | `<tab>` | - | - |
394394
| Swap Opencode pane left/right | `<leader>ox` | `:Opencode swap position` | `require('opencode.api').swap_position()` |
395-
| Toggle tools output (diffs, cmd output, etc.) | `<leader>ott` | `:Opencode toggle_tools_output` | `require('opencode.api').toggle_tools_output()` |
395+
| Toggle tools output (diffs, cmd output, etc.) | `<leader>ott` | `:Opencode toggle_tool_output` | `require('opencode.api').toggle_tool_output()` |
396396
| Toggle reasoning output (thinking steps) | `<leader>otr` | `:Opencode toggle_reasoning_output` | `require('opencode.api').toggle_reasoning_output()` |
397397

398398
---

0 commit comments

Comments
 (0)