Bug report form
Describe the bug
When we open a buffer editor using ctrl+o, and then suspend the editor. Result: nushell also gets suspended.
How to reproduce
I don't know how to reproduce with other editors, but for vim/nvim there is the steps:
> $env.config.buffer_editor = 'vim' # set editor to vim
> blabla # type something
# run ctrl+o to open buffer editor
# run ctrl+z to suspend the editor
Expected behavior
I expect nu to not get suspended with the buffer editor as well. Only the editor should be suspended.
Configuration
| key |
value |
| version |
0.112.2 |
| major |
0 |
| minor |
112 |
| patch |
2 |
| branch |
|
| commit_hash |
4ad14b36e565a58adb883ed603fa82bc5cb49389 |
| build_os |
linux-x86_64 |
| build_target |
x86_64-unknown-linux-gnu |
| rust_version |
rustc 1.92.0 (ded5c06cf 2025-12-08) |
| rust_channel |
1.92.0-x86_64-unknown-linux-gnu |
| cargo_version |
cargo 1.92.0 (344c4567c 2025-10-21) |
| build_time |
2026-04-13 13:19:47 +06:00 |
| build_rust_channel |
release |
| allocator |
standard |
| features |
network, plugin, rustls-tls, sqlite, trash-support |
| installed_plugins |
|
| experimental_options |
example=false, reorder-cell-paths=true, pipefail=true, enforce-runtime-annotations=false, native-clip=false, cell-path-types=false |
Bug report form
Describe the bug
When we open a buffer editor using
ctrl+o, and then suspend the editor. Result: nushell also gets suspended.How to reproduce
I don't know how to reproduce with other editors, but for vim/nvim there is the steps:
Expected behavior
I expect nu to not get suspended with the buffer editor as well. Only the editor should be suspended.
Configuration