We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e73ae8 commit d7e2ad2Copy full SHA for d7e2ad2
autoload/settings.vim
@@ -86,7 +86,7 @@ function! settings#LoadSettings() abort
86
if exists('*fzf#wrap') && exists('*FindRootDirectory')
87
command! -bang FZFRoot
88
\ call fzf#run(fzf#wrap({'dir': FindRootDirectory()}, <bang>0))
89
- nmap <space> :<C-u>FZFRoot<CR>
+ nmap <silent> <space> :<C-u>FZFRoot<CR>
90
endif
91
92
" Use ripgrep for searching
0 commit comments