From f612a9829decad75892d309ea01b83f797010eb4 Mon Sep 17 00:00:00 2001 From: Nick Zana Date: Sun, 14 Nov 2021 19:05:36 -0500 Subject: [PATCH] Revert "Change git push keybinding to gX" This reverts commit a56462a7cabfa2bef412f8a295f9d7a6f641c35b. --- lua/keybindings.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/keybindings.lua b/lua/keybindings.lua index 77274f3..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', 'gX', 'G push', {}) -- git push +map('n', 'gp', 'G push', {}) -- git push -- LSP -- Use an on_attach function to only map the following keys