https://github.com/pseewald/nerdtree-tagbar-combined
NERDTree and Tagbar combined in one window
https://github.com/pseewald/nerdtree-tagbar-combined
Last synced: 4 months ago
JSON representation
NERDTree and Tagbar combined in one window
- Host: GitHub
- URL: https://github.com/pseewald/nerdtree-tagbar-combined
- Owner: pseewald
- Created: 2016-09-21T22:17:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-21T22:17:52.000Z (almost 10 years ago)
- Last Synced: 2025-03-05T00:31:03.619Z (over 1 year ago)
- Language: VimL
- Homepage:
- Size: 1.95 KB
- Stars: 4
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Tagbar and NERDTree in one vertical split window#
This is a hack to open Tagbar and NERDTree in the same split window.
```
-----------------------------
| N | |
| E | |
| R T | |
| D r | |
| e | |
| e | |
|-----| main buffer |
| T | |
| a | |
| g | |
| b | |
| a | |
| r | |
-----------------------------
```
##Dependencies:
* [NERDTree](https://github.com/scrooloose/nerdtree)
* [Tagbar](https://github.com/majutsushi/tagbar)
##Usage:
Put something like
```vim
nmap :ToggleNERDTreeAndTagbar
```
in your vimrc, use `` to toggle NERDTree and Tagbar.
Use `ctrl-w w` to move cursor between buffer, nerdtree and tagbar.
##Issues:
Currently known issues:
* fails if you navigate from tagbar to NERDTree and then open a file in a vertical split. *Solution*: only use `ctrl-w w` for navigation.
##Acknowledgements
This is a fork of [ToggleNERDTreeAndTagbar](https://github.com/wlemuel/ToggleNERDTreeAndTagbar).