Created _Footer (markdown)

Izel Nakri
2019-01-15 14:21:42 +01:00
parent 124f469d9a
commit 6d3f925e40

4
_Footer.md Normal file

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