From 0937875906aad979db1fca5a18a5bd8be4c894d5 Mon Sep 17 00:00:00 2001 From: np2048 Date: Sat, 16 Mar 2019 21:43:28 +0300 Subject: [PATCH] hotkey typo fix --- F.A.Q..md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/F.A.Q..md b/F.A.Q..md index e8c0de8..d968f37 100644 --- a/F.A.Q..md +++ b/F.A.Q..md @@ -80,7 +80,7 @@ Use the `t` and `T` mappings in the NERDTree window. ## How can I close NERDTree window after opening a file in it -You can define a hot key for it in your .vimrc file. In the example below the d+ key is defined to do so. This hotkey will be valid only until the NERDTree is closed. +You can define a hotkey for it in your .vimrc file. In the example below the d+ key is defined to do so. This hotkey will be valid only until the NERDTree is closed. autocmd BufEnter NERD_tree_* nmap d :NERDTreeToggle autocmd BufLeave NERD_tree_* unmap d \ No newline at end of file