From 6018af36bf376a2b881e2b3a035adf9898406b2e Mon Sep 17 00:00:00 2001 From: Martin Grenfell Date: Tue, 12 May 2015 20:58:35 +0100 Subject: [PATCH] pretty up some FAQ code blocks --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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?