:vsplit (short form: :vs) split the Vim viewport vertically. :30vs splits the viewport, making the new window 30 characters wide. Once
:vsplit
:vs
:30vs
I am using the below commands for this:
set lines=50 " For increasing the height to 50 lines (vertical) set columns=200 " For increasing the width to 200 columns (horizontal)