From 5d94386c514dd70786ec2e85aa23953b6f0c4f29 Mon Sep 17 00:00:00 2001 From: Nick Zana Date: Sun, 14 Nov 2021 19:02:22 -0500 Subject: [PATCH] Revert "Change git push keybinding to gP" This reverts commit b5f0e1ee6fe5ba8d8a17707d969669c97fa91bc9. --- lua/keybindings.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/keybindings.lua b/lua/keybindings.lua index d5aeaa5..0681cbb 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