From b5f0e1ee6fe5ba8d8a17707d969669c97fa91bc9 Mon Sep 17 00:00:00 2001 From: Nick Zana Date: Sun, 14 Nov 2021 19:00:46 -0500 Subject: [PATCH] Change git push keybinding to gP --- lua/keybindings.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/keybindings.lua b/lua/keybindings.lua index 0681cbb..d5aeaa5 100644 --- a/lua/keybindings.lua +++ b/lua/keybindings.lua @@ -45,7 +45,7 @@ map('n', 'q', 'call ToggleQFList(0)', {}) -- see plugin/navigat -- git map('n', 'gs', 'G', options) -- Show git status map('n', 'gc', 'G commit', options) -- git commit -map('n', 'gp', 'G push', {}) -- git push +map('n', 'gP', 'G push', {}) -- git push -- LSP -- Use an on_attach function to only map the following keys