Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove deprecated keybinding: input_forward_delete
  • Loading branch information
flavour committed Dec 14, 2025
commit 7a01819bab32970abdbd2c0a64f3fb781e834e19
1 change: 0 additions & 1 deletion backend/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ const DEFAULT_OPENCODE_CONFIG = {
agent_cycle: 'tab',
agent_cycle_reverse: 'shift+tab',
input_clear: 'ctrl+c',
input_forward_delete: 'ctrl+d',
input_paste: 'ctrl+v',
input_submit: 'return',
input_newline: 'shift+return,ctrl+j',
Expand Down