diff --git a/modules/home-manager/vim.nix b/modules/home-manager/vim.nix index 67beef3..6765a0c 100644 --- a/modules/home-manager/vim.nix +++ b/modules/home-manager/vim.nix @@ -54,6 +54,10 @@ action = "lua _lazygit_toggle()"; key = "gg"; } + { + action = "ToggleTerm"; + key = "h"; + } ]; plugins.nvim-cmp = {