提问人:Gabriel 提问时间:11/10/2023 更新时间:11/10/2023 访问量:24
如何在vim中保持命令行窗口的输出窗口打开?
How to keep the output window of the command line window open in vim?
问:
当我在 neovim 中输入命令时,例如,输入并按 Enter 键,该命令就会运行。:
lua print(4)
我想在将光标返回到文件时保持此窗口处于打开状态。 它会自动关闭,如何保持此命令行窗口输出打开?
答: 暂无答案
评论
:help :terminal