feat: add lazygit keybindings

This commit is contained in:
n3oney 2023-05-03 00:24:34 +02:00
commit c6c04f0d1b
No known key found for this signature in database
GPG key ID: C786693DE727850E
2 changed files with 6 additions and 4 deletions

View file

@ -37,6 +37,10 @@ with builtins; {
default = pkgs.lazygit;
description = "The package that should be used for lazygit. Setting it to null will attempt to use lazygit from your PATH";
};
mappings = {
open = mkMappingOption "Open lazygit [toggleterm]" "<leader>gg";
};
};
};
}