Updated _Footer (markdown)

Izel Nakri
2019-01-15 14:24:20 +01:00
parent 6d3f925e40
commit 1225b1690e

@@ -1,4 +1,6 @@
## How can I make sure vim does not open files and other buffers on NerdTree window? ## How can I make sure vim does not open files and other buffers on NerdTree window?
```vim
" If previous buffer was NERDTree, go back to it. " If previous buffer was NERDTree, go back to it.
autocmd BufEnter * if bufname('#') =~# "^NERD_tree_" | b# | endif autocmd BufEnter * if bufname('#') =~# "^NERD_tree_" | b# | endif
```