Hacker News new | ask | show | jobs
by tostr 2929 days ago
How does one get back to "terminal content as a buffer" from the interactive version of the terminal?
2 comments

from: https://neovim.io/doc/user/nvim_terminal_emulator.html

"In [terminal] mode all keys except <C-\><C-N> are sent to the underlying program. Use <C-\><C-N> to return to normal-mode."

This and more is explained in the doco.

    :help terminal-emulator-input