kassio / neoterm

Wrapper of some vim/neovim's :terminal functions.
Other
1.32k stars 117 forks source link

How to resize the terminal ? #321

Closed nativeanish closed 3 years ago

nativeanish commented 3 years ago

i actually need to know how to resize the neoterm ?

even4void commented 3 years ago

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 2 years ago

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.