You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19
Original file line number
Diff line number
Diff line change
@@ -131,6 +131,14 @@ Normal:
131
131
132
132
-`<esc><esc>`: Disable highlight search word.
133
133
134
+
### NerdTree
135
+
136
+
-`<F2>`: Toggle NERDTree split window.
137
+
138
+
### Tagbar
139
+
140
+
-`<F3>`: Toggle tagbar split window.
141
+
134
142
## Commands
135
143
136
144
### Plugins Commands
@@ -148,6 +156,13 @@ Normal:
148
156
149
157
For more information, see `:help fugitive`.
150
158
159
+
#### NerdTree (NerdTree-Tabs)
160
+
161
+
-`:NerdTreeTabsOpen`: Switches NERDTree on for all tabs.
162
+
-`:NerdTreeTabsClose`: Switches NERDTree off for all tabs.
163
+
164
+
For more information, see [nerdtree-tabs-key-mappings](https://github.com/jistr/vim-nerdtree-tabs#commands-and-mappings).
165
+
151
166
## Plugin List
152
167
153
168
<!-- prettier-ignore-start -->
@@ -157,7 +172,11 @@ For more information, see `:help fugitive`.
157
172
|[incsearch.vim](https://github.com/haya14busa/incsearch.vim)[:gear:](./plug_plugins/incsearch.vim)| 🔦 Improved incremental searching for Vim |
158
173
|[lightline.vim](https://github.com/itchyny/lightline.vim)[:gear:](./plug_plugins/lightline.vim)| A light and configurable statusline/tabline plugin for Vim |
159
174
|[molokai](https://github.com/tomasr/molokai)[:gear:](./plug_plugins/molokai.vim)| Molokai color scheme for Vim |
175
+
|[nerdtree](https://github.com/vim-nerdtree/nerdtree)[:gear:](./plug_plugins/nerdtree.vim)| A tree explorer plugin for vim. |
176
+
|[tagbar](https://github.com/majutsushi/tagbar)[:gear:](./plug_plugins/tagbar.vim)| Vim plugin that displays tags in a window, ordered by scope |
160
177
|[vim-fugitive](https://github.com/tpope/vim-fugitive)[:gear:](./plug_plugins/vim-fugitive.vim)| fugitive.vim: A Git wrapper so awesome, it should be illegal |
178
+
|[vim-nerdtree-syntax-highlight](https://github.com/tiagofumo/vim-nerdtree-syntax-highlight)[:gear:](./plug_plugins/vim-nerdtree-syntax-highlight.vim)| Extra syntax and highlight for nerdtree files |
179
+
|[vim-nerdtree-tabs](https://github.com/jistr/vim-nerdtree-tabs)[:gear:](./plug_plugins/vim-nerdtree-tabs.vim)| NERDTree and tabs together in Vim, painlessly |
161
180
|[vim-polyglot](https://github.com/sheerun/vim-polyglot)[:gear:](./plug_plugins/vim-polyglot.vim)| A solid language pack for Vim. |
162
181
|[vim-signify](https://github.com/mhinz/vim-signify)[:gear:](./plug_plugins/vim-signify.vim)|:heavy_plus_sign: Show a diff using Vim its sign column. |
163
182
|[vimwiki](https://github.com/vimwiki/vimwiki)[:gear:](./plug_plugins/vimwiki.vim)| Personal Wiki for Vim |
0 commit comments