diff --git a/lua/keymaps.lua b/lua/keymaps.lua index 844d8321..c520ea91 100644 --- a/lua/keymaps.lua +++ b/lua/keymaps.lua @@ -28,10 +28,7 @@ nmap('fe', 'Telescope diagnostics') nmap('fn', 'Telescope notify') nmap('ft', 'Telescope treesitter') nmap('fz', 'Telescope current_buffer_fuzzy_find') -nmap('fgr', 'Telescope live_grep') -nmap('fgf', 'Telescope git_files') -nmap('fgs', 'Telescope git_status') -nmap('fgb', 'Telescope git_branches') +nmap('fg', 'Telescope live_grep') -- Hop nmap('hl', 'HopLine')