[FEATURE] support shift+enter in native terminal
Open
- Dominant language
- Lua
- Stars
- 3.1k
- Forks
- 217
- PR merge metrics
- No merged PRs in 30d
Description
## Feature Description
Allow `shift+enter` to create a newline
This was implemented for the snacks terminal in https://github.com/coder/claudecode.nvim/issues/79 (PR: https://github.com/coder/claudecode.nvim/pull/116) but not the native one.
Contributor guide
No contributing guide indexed for this repository
Research direction
No file or test is named. Start by comparing the native terminal implementation with the snacks terminal work in issue 79 and PR 116, then trace the native terminal input handling. Done means Shift+Enter creates a newline in the native terminal, matching the existing snacks terminal behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua, neovim
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100