From 16c978988bfcea10abb11c306b87dba4b403650f Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 2 Nov 2022 11:29:41 +0000 Subject: [PATCH] Remove telescope git keymaps --- lua/keymaps.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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')