Hasholef
Hasholef

Reputation: 753

Is it possible to open VIM not in full screen?

Sometimes I need to edit a small config file and return to my terminal workflow. Opening VIM by default will cover the entire screen, just for a small change.

Is there any option to open vim, not in fullscreen? If not, is there any terminal text editor that can do that?

Upvotes: 2

Views: 247

Answers (1)

mm_sz
mm_sz

Reputation: 41

Unfortunately Vim doesn't provide any way to modify your terminal window. But you can use terminal emulators like Tmux for multi-window support. And don't forget that you can do :vert term in Vim to split your window, but with some limited possibilities

Upvotes: 4

Related Questions