Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to adjust the default width of taglist window in vim

Tags:

vim

The default width of taglist window is too narrow for me and sometimes I can't see the whole function name in the window so I'd like to adujct the width of the window. I know use ctr-w > or ctr-w < I can adjust the window manually , but really want to change the default value of the taglisst window. so how I can actually do it ? thansk in advance.

like image 675
Haiyuan Zhang Avatar asked Mar 17 '10 10:03

Haiyuan Zhang


People also ask

How do I change the width on my Nerdtree?

For Horizontal resizing use the following command: CTRL-W < Decrease current window width by N (default 1). CTRL-W > Increase current window width by N (default 1).

How to open taglist in Vim?

You can also open the taglist window on startup using the following command line: $ vim +TlistOpen Closing the taglist window You can close the taglist window from the taglist window by pressing 'q' or using the Vim ":q" command. You can also use any of the Vim window commands to close the taglist window.


1 Answers

let Tlist_WinWidth = somenumber
like image 86
Sarah Avatar answered Nov 15 '22 10:11

Sarah