diff --git a/lua/custom/plugins/lazygit.lua b/lua/custom/plugins/lazygit.lua index a6d48237..d0864dc9 100644 --- a/lua/custom/plugins/lazygit.lua +++ b/lua/custom/plugins/lazygit.lua @@ -16,7 +16,7 @@ local lg = { -- setting the keybinding for LazyGit with 'keys' is recommended in -- order to load the plugin when the command is run for the first time keys = { - { 'gg', 'LazyGit', desc = 'LazyGit' }, + { 'g', 'LazyGit', desc = 'LazyGit' }, }, }, } diff --git a/lua/custom/plugins/navigation.lua b/lua/custom/plugins/navigation.lua index 96f4320a..b3f85000 100644 --- a/lua/custom/plugins/navigation.lua +++ b/lua/custom/plugins/navigation.lua @@ -1,14 +1,14 @@ local navigation = { 'stevearc/dressing.nvim', - --[[ { + { 'max397574/better-escape.nvim', event = 'VeryLazy', config = function() require('better_escape').setup() end, }, - ]] + { 'christoomey/vim-tmux-navigator', cmd = {