Skip to content

Commit 382c77e

Browse files
committed
chore: remove <C-i> in keymaps from README
The <C-i> can emit <tab> on certain terminal emulators The mapping was removed but not from the readme
1 parent 1b78266 commit 382c77e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ require('opencode').setup({
173173
['/'] = { 'slash_commands', mode = 'i' }, -- Pick a command to run in the input window
174174
['#'] = { 'context_items', mode = 'i' }, -- Manage context items (current file, selection, diagnostics, mentioned files)
175175
['<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
177176
['<tab>'] = { 'toggle_pane', mode = { 'n', 'i' } }, -- Toggle between input and output panes
178177
['<up>'] = { 'prev_prompt_history', mode = { 'n', 'i' } }, -- Navigate to previous prompt in history
179178
['<down>'] = { 'next_prompt_history', mode = { 'n', 'i' } }, -- Navigate to next prompt in history

0 commit comments

Comments
 (0)