Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open TagList within a Split Window #15

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Open TagList within a Split Window #15

wants to merge 7 commits into from

Conversation

madrobot
Copy link

I added an option to allow TagList to open within the current window split.

Just use the following option in your .vimrc

let Tlist_Use_Split_Window = 1

Note:
Tlist_Use_Horiz_Window must be 0

It works beautifully with other plugins like NERDTree, for example:

let Tlist_Use_Horiz_Window = 0
let Tlist_Use_Split_Window = 1
let Tlist_WinHeight = 15
com TTToggle NERDTreeToggle | TlistToggle | wincmd l

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant