Switch between editor and console

73 views
Skip to first unread message

kristi...@googlemail.com

unread,
Oct 11, 2017, 3:08:57 AM10/11/17
to Nvim-R
Hi there,

how can I switch between editor and console. Sometimes one would like to directly enter code in the console. Is this possible?

BW

Kristian

Jakson Alves de Aquino

unread,
Oct 11, 2017, 7:01:19 AM10/11/17
to Nvim-R
You can use Vim commands to move the cursor from window to another. One of such commands is CTRL-W w
Please, see Vim's documentation:

:h window-moving

Once you are in the R Console, press the key i to go to insert mode. Then you can type command directly in the R console. See:

:h R_in_buffer

kristi...@googlemail.com

unread,
Oct 11, 2017, 7:33:42 AM10/11/17
to Nvim-R
Super! Thank you! This was really helpful!
Reply all
Reply to author
Forward
0 new messages