diff --git a/lua/keybindings.lua b/lua/keybindings.lua index 0681cbb..77274f3 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', 'gX', 'G push', {}) -- git push -- LSP -- Use an on_attach function to only map the following keys