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 -- [email protected] -- 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    ///

-- 
-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to