You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Passing instructions to LLMs can lead to long commands. When the command length overflows the nvim width the command popup doesn't behave very well.
Steps To Reproduce
Write a very long command such as
:755,884GpRewrite @agent CodeClaude-3-5-Sonnet @with_current_buf please reproduce also the push_copy (using ActionCopy from handle_actions.go), for use of actions look into sweeper.go @with_file` modules/sweeper/sweeper.go ` @with_file` queuemailer/handle_actions.go `
yada yada yada until you get into state, where the end doesn't fit the width of nvim instance.
Expected Behavior
wrapping to next line
The text was updated successfully, but these errors were encountered:
Having the same issue here. Would love the wrapping feature.
When pasting long lines of text/command, the cursor gets “lost”, can’t see the cursor position and editing text/command cannot be seen.
Similar to #959
Same issue here for simple things like creating new files with nvim-tree and the path is too long, the cmd_popup doesn't follow the cursor! Would love it did or allow for text-warping! :D
Describe the bug
Passing instructions to LLMs can lead to long commands. When the command length overflows the nvim width the command popup doesn't behave very well.
Steps To Reproduce
Write a very long command such as
yada yada yada until you get into state, where the end doesn't fit the width of nvim instance.
Expected Behavior
wrapping to next line
The text was updated successfully, but these errors were encountered: