Skip to content

Commit d7e2ad2

Browse files
committed
fix: Make space key mapping silent for FZFRoot
1 parent 7e73ae8 commit d7e2ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/settings.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function! settings#LoadSettings() abort
8686
if exists('*fzf#wrap') && exists('*FindRootDirectory')
8787
command! -bang FZFRoot
8888
\ call fzf#run(fzf#wrap({'dir': FindRootDirectory()}, <bang>0))
89-
nmap <space> :<C-u>FZFRoot<CR>
89+
nmap <silent> <space> :<C-u>FZFRoot<CR>
9090
endif
9191

9292
" Use ripgrep for searching

0 commit comments

Comments
 (0)