diff --git a/modules/home-manager/vim.nix b/modules/home-manager/vim.nix index 81e483f..b1717e2 100644 --- a/modules/home-manager/vim.nix +++ b/modules/home-manager/vim.nix @@ -91,6 +91,14 @@ action = "ToggleTerm"; key = "h"; } + { + action = "OverseerRun"; + key = ""; + } + { + action = "OverseerToggle"; + key = ""; + } ]; plugins.cmp = {