Sunday, October 1, 2017

Re: How to scroll back in Vim's built-in terminal?

On Monday, October 2, 2017 at 2:57:18 AM UTC+8, Bram Moolenaar wrote:
> Redesorr wrote:
>
> > I am using Vim's built-in ":terminal", it works well.
> >
> > However, I found it is impossible to scroll back in this terminal.
> >
> > I have tried several terminal emulators and Gvim. But none of them can let me scroll back in terminal opened by ":terminal" command.
> >
> > I tried SHIFT+PgUp and Ctrl+Shift+UP, both failed. And I don't find any information about scroll back in ":terminal" in Vim's document.
> >
> > Is there any way to scroll text in Vim's ":terminal"?
>
> First go to Terminal-Normal mode with CTRL-W N. Now the terminal window
> behaves (mostly) like a normal buffer, you can scroll back with CTRL-B
> or jump to the start with "gg". As soon as you use an insert command
> such as "i" or "a" it will go back to Terminal-Job mode.
>
> --
> hundred-and-one symptoms of being an internet addict:
> 243. You unsuccessfully try to download a pizza from www.dominos.com.
>
> /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
> /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
> \\\ an exciting new programming language -- http://www.Zimbu.org ///
> \\\ help me help AIDS victims -- http://ICCF-Holland.org ///

Thanks very much.
I forgot mode switch.

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment