lib/binds: update lzn bind functions

This commit is contained in:
Ching Pei Yang 2024-11-11 01:06:09 +01:00 committed by raf
commit 8099b9c821
5 changed files with 31 additions and 30 deletions

View file

@ -22,6 +22,7 @@ in {
[(mkLznBinding ["n"] cfg.mappings.open "<Cmd>execute v:count . \"ToggleTerm\"<CR>" "Toggle terminal")]
++ optional cfg.lazygit.enable {
key = cfg.lazygit.mappings.open;
mode = "n";
desc = lazygitMapDesc;
};