use following command at the command mode
:set lines=20 columns=22
here 20 is the no. of lines and 22 is the no of columns
if u don't know the no of lines inside the files, use following command in bash shell
wc -l file_name
to make this change visible always, modify .exrc file
|