numToStr / FTerm.nvim

:fire: No-nonsense floating terminal plugin for neovim :fire:
MIT License
743 stars 23 forks source link

How to scroll to see the result of previous command? #43

Closed nyngwang closed 2 years ago

nyngwang commented 2 years ago

As title.

As image:

numToStr commented 2 years ago

You need to press <C-\><C-n> to return to normal mode, from there you can scroll through the terminal buffer. Also read :h terminal for more details.

Also, If you clear the terminal via clear or by pressing CTRL-L then you might not be able to see the previous command's result.

nyngwang commented 2 years ago

I'm using neovim inside Tmux.
It seems like <C-\><C-n> do nothing for me.
I know is <C-L> is for clearing.

numToStr commented 2 years ago

That's odd. As I am also using tmux and I am able to scroll through the terminal like I mention.

numToStr commented 2 years ago

I am closing as this doesn't seem to be an issue with the plugin.