vim - multiple lines in gvim command-line window -


how can configure gvim's ex command-line window multiple screen lines?

note: window not window pops when pressing q: it's window right below status line.

you can set size of command-line window cmdheight:

set cmdheight=2 

this make command-line window take 2 screen lines. stick in .vimrc. works same in vim or gvim or macvim or whatever.


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

C# WinForm - loading screen -