Remove fzf-native for now, add telescope keybinds

This commit is contained in:
Marko Korhonen 2021-08-04 11:42:37 +03:00
parent 8603ff03e4
commit 0483f192f8
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
3 changed files with 17 additions and 18 deletions

View file

@ -7,9 +7,9 @@ end
-- Open/close nerdtree
map('', '<C-t>', '<cmd>NERDTreeToggle<CR>')
-- FZF
map('n', '<C-f>', '<cmd>Telescope find_files<CR>')
map('n', '<C-g>', '<cmd>Rg<CR>')
-- Telescope
map('n', '<C-f>', '<cmd>Telescope find_files find_command=fd,-Ht,f<CR>')
map('n', '<C-g>', '<cmd>Telescope live_grep<CR>')
-- Completion
-- Navigate completions with tab and shift tab