My #1 issue with Neovim is the new ! Behavior. Anyone know how to make it toggle the alt terminal screen and just output to the primary screen like it does in Vim?
What are you doing with ! that requires this? Some alternatives I can think of depending on the use case are ^Z or :term.
the thread here may be useful: https://news.ycombinator.com/item?id=47565813
I understand the annoyance, but my workflow for years has been running (n)vim in tmux. So I never need to run terminal commands from the editor, that’s what other tmux panes/windows are for.