diff --git a/README.markdown b/README.markdown index 851071e..0317e62 100644 --- a/README.markdown +++ b/README.markdown @@ -94,13 +94,13 @@ Stick this in your vimrc Stick this in your vimrc to open NERDTree with `Ctrl+n` (you can set whatever key you want): -`map :NERDTreeToggle` + map :NERDTreeToggle > How can I close vim if the only window left open is a NERDTree? Stick this in your vimrc: - `autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTreeType") && b:NERDTreeType == "primary") | q | endif` + autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTreeType") && b:NERDTreeType == "primary") | q | endif > Can I have different highlighting for different file extensions?