We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b78266 commit 382c77eCopy full SHA for 382c77e
1 file changed
README.md
@@ -173,7 +173,6 @@ require('opencode').setup({
173
['/'] = { 'slash_commands', mode = 'i' }, -- Pick a command to run in the input window
174
['#'] = { 'context_items', mode = 'i' }, -- Manage context items (current file, selection, diagnostics, mentioned files)
175
['<M-v>'] = { 'paste_image', mode = 'i' }, -- Paste image from clipboard as attachment
176
- ['<C-i>'] = { 'focus_input', mode = { 'n', 'i' } }, -- Focus on input window and enter insert mode at the end of the input from the output window
177
['<tab>'] = { 'toggle_pane', mode = { 'n', 'i' } }, -- Toggle between input and output panes
178
['<up>'] = { 'prev_prompt_history', mode = { 'n', 'i' } }, -- Navigate to previous prompt in history
179
['<down>'] = { 'next_prompt_history', mode = { 'n', 'i' } }, -- Navigate to next prompt in history
0 commit comments