-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ctrl+C is not working after Ctrl+O and exiting editor #858
Comments
I can't reproduce the problem on macos |
I don't have real linux to try it, on WSL I cannot reproduce. However, on WSL nushell behaves strange: every key I type scrolls the screen buffer up one line. |
If you're using wezterm on windows you probably need to disable osc133 in the config file. |
disabling osc133 fixes auto scrolling, however my original issue on windows still exists :( |
What version of Nushell and Neovim are you using? |
nu: 0.100.0 |
Platform e.g. macOS, Windows 10, ...
Windows 10
Version 10.0.19045 Build 19045
Terminal software e.g. gnome-terminal, Apple Terminal.app, ...
wezterm 20240203-110809-5046fc22
I type in a command line, then I press Ctrl+O. This opens up $env.EDITOR, which is nvim in my case.
I exit nvim but I don't want to run the command, I would like to cancel it with Ctrl+C but nothing happens. I have to delete the command to empty the line the press enter.
Steps to reproduce
Screenshots/Screencaptures
Very helpful if the display doesn't seem to work
The text was updated successfully, but these errors were encountered: