From 85917e4a4b02ff858fff9d332fedda771009a324 Mon Sep 17 00:00:00 2001 From: Edward Litherland-Smith Date: Wed, 12 Oct 2022 15:40:55 +0100 Subject: [PATCH] Add mapping for NvimTreeFindFile --- init.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/init.vim b/init.vim index 640b1356..b06226a9 100644 --- a/init.vim +++ b/init.vim @@ -113,6 +113,7 @@ nnoremap fz Telescope current_buffer_fuzzy_find nnoremap hl HopLine nnoremap hw HopWord nnoremap nt NvimTreeToggle +nnoremap nf NvimTreeFindFile set splitbelow set splitright