I try to make Vim with NerdTree and Terminal.
For the terminal I use set splitbelow
and then :term ++rows=8
.
The problem is in .vimrc file. There I have let g:netrw_browse_split=4
, which will open the file in the last tab I was aka the Linux terminal window. I want to move forward instead of backwards. How can I do this? This image shows my Vim in it's current state.
Asked
Active
Viewed 72 times
0

Evgeni Atanasov
- 1
- 1
-
You would probably have to set your NerdTree to the right of your main window – Das_Geek Oct 13 '19 at 23:02
-
I've found the solution. I can type instead of` `let g:netrw_browsesplit=`, `let g:netrw_chgwin=` and specify the window. – Evgeni Atanasov Oct 14 '19 at 07:22