0

When I run a shell command in Neovim like :!ls the results come up in a little minibuffer.

In Vim, the Vim instance is temporarily closed and the results are printed to the terminal without my terminal syntax highlighting (oh my zsh).

Is there a way to create the same behavior in Vim that I experience in Neovim?

3
  • Try github.com/fcpg/vim-altscreen. Commented May 16, 2023 at 13:37
  • :term is what I was looking for. Thanks Balki Commented May 17, 2023 at 4:55
  • @balki please post answers in an Answer below, not in comments Commented May 17, 2023 at 16:44

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.