Remove fzf-native for now, add telescope keybinds
This commit is contained in:
parent
8603ff03e4
commit
0483f192f8
3 changed files with 17 additions and 18 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue