[nvim] switch to clap (again)

This commit is contained in:
odrling 2021-02-23 02:32:59 +01:00
parent cc8a372aa4
commit c8ec28942c

View file

@ -228,7 +228,7 @@ let g:netrw_banner=0 " disable the banner
let g:netrw_liststyle=3 " tree view
let $FZF_DEFAULT_COMMAND = "grep -lrsI . . | grep -v .git | sed 's|^./||g'"
map <C-o> :Clap files<CR>
map <leader><leader> :FZF!<CR>
map <leader><leader> :Clap files<CR>
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => Helper functions