Replace fzf.vim functionality with telescope

This commit is contained in:
Alexander Gehrke 2023-02-26 22:08:23 +01:00
parent 59ec8d490b
commit c86636a697
4 changed files with 35 additions and 9 deletions

View file

@ -1,7 +0,0 @@
map gf :GFiles<cr>
map <Leader>gf :Files<cr>
map gb :Buffers<cr>
map gs :GFiles?<cr>
map <Leader>ag :Ag<space>
imap <C-x><M-C-F> <plug>(fzf-complete-file)