Exiting search mode doesn't leave the currently selected text selected, scrolls back to prompt #3502
Labels
bug
Something isn't working
fixed-in-nightly
This is (or is assumed to be) fixed in the nightly builds.
What Operating System(s) are you seeing this problem on?
Linux X11
Which Wayland compositor or X11 Window manager(s) are you using?
i3
WezTerm version
20230408-112425-69ae8472 / nightly: 20230410-204717-fa0f538d
Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?
Yes, and I updated the version box above to show the version of the nightly that I tried
Describe the bug
According to https://wezfurlong.org/wezterm/scrollback.html#searching-the-scrollback, exiting search mode with Escape should leave the scrollback scrolled to the selected text. However, since search mode became a facet of copy mode, Escape performs
act.CopyMode 'Close'
, which scrolls back to the prompt, and there's noClose
equivalent which leaves the scrollback alone.Search mode was broken on nightly so I didn't confirm there.
To Reproduce
Configuration
no config
Expected Behavior
Scrollback should stay scrolled.
Logs
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: