Refactor neovim config #2
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ end
|
||||||
map('', '<C-t>', '<cmd>NERDTreeToggle<CR>')
|
map('', '<C-t>', '<cmd>NERDTreeToggle<CR>')
|
||||||
|
|
||||||
-- FZF
|
-- FZF
|
||||||
map('n', '<C-f>', '<cmd>Files<CR>')
|
map('n', '<C-f>', '<cmd>Telescope find_files<CR>')
|
||||||
map('n', '<C-g>', '<cmd>Rg<CR>')
|
map('n', '<C-g>', '<cmd>Rg<CR>')
|
||||||
|
|
||||||
-- Completion
|
-- Completion
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue