opencode
opencode copied to clipboard
feat(tui): add ctrl+arrow word navigation in prompt
Adds Ctrl+Arrow keybindings for word navigation in the prompt component.
Won't this conflict with OS level virtual desktop switching for MacOS?
Not sure - don't have a Mac. Had the same issue on Linux actually - GNOME Terminal doesn't pass (ctrl/alt+shift+arrow) through, had to configure Kitty manually. Might be a terminal config issue on their end too