Vim: Terminal

Horizontal terminal

:ter
:term
:terminal

Vertical terminal

:vertical ter
:vertical term
:vertical terminal

Navigating

  • <CTRL-W> <CTRL-W> (cycle)
  • <CTRL-W> <CTRL-H> (left)
  • <CTRL-W> <CTRL-J> (down)
  • <CTRL-W> <CTRL-K> (up)
  • <CTRL-W> <CTRL-L> (left)

Scrolling

To scroll the terminal press <CTRL-\> <CTRL-N> then you can scroll with k (up) and j (down).

Exiting the terminal

To close the terminal window type exit or press <CTRL-D>.


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *