diff options
Diffstat (limited to 'lua/core/keymaps.lua')
-rw-r--r-- | lua/core/keymaps.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/core/keymaps.lua b/lua/core/keymaps.lua index c5bc42e..1305224 100644 --- a/lua/core/keymaps.lua +++ b/lua/core/keymaps.lua @@ -39,7 +39,7 @@ map('t', 'C-w', '<C-\\><C-n><C-w>') map('n', '<leader>B', ':Buffers<CR>') -- FZF show open buffers map('n', '<leader>F', ':Files<CR>') -- FZF show files -map('n', '<leader>A', ':Ag<CR>') -- FZF call the the_silver_searcher +map('n', '<leader>A', ':Rg<CR>') -- FZF call ripgrep map('n', '<leader>C', ':Commits<CR>') -- FZF show git commits map('n', '<leader>M', ':Maps<CR>') -- FZF show normal mode mappings |