From 817e5e162a68231932ae1620afea0cd82edbe0b9 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Tue, 8 May 2018 21:05:55 +0800 Subject: [PATCH] Fix SPC f f key bindings --- autoload/SpaceVim/layers/unite.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/SpaceVim/layers/unite.vim b/autoload/SpaceVim/layers/unite.vim index 2b4ba4b6f..9e28affbb 100644 --- a/autoload/SpaceVim/layers/unite.vim +++ b/autoload/SpaceVim/layers/unite.vim @@ -83,7 +83,7 @@ function! SpaceVim#layers#unite#config() abort call s:defind_fuzzy_finder() let lnum = expand('') + s:lnum - 1 call SpaceVim#mapping#space#def('nnoremap', ['f', 'f'], - \ 'UniteWithBufferDir file/' . (has('nvim') ? 'neovim' : 'async'), + \ 'UniteWithBufferDir file_rec/' . (has('nvim') ? 'neovim' : 'async'), \ ['Find files in the directory of the current buffer', \ [ \ '[SPC f f] is to find files in the directory of the current buffer',