How to resize the terminal ?
nativeanish opened this issue · 2 comments
nativeanish commented
i actually need to know how to resize the neoterm ?
even4void commented
You can use standard Vim shortcuts to resize window splits, which includes Neoterm ones. Besides, the documentation suggests that you can either use g:neoterm_size
to set the default size or pass a resize=V
option to any :Topen
or Ttoggle
command.
uestueab commented
So what does 'V' stand for exactly? I usually do :botright term ++rows=20, is V=20? It's cool that you have a documentation but it's not really designed to help a lay man.