moved stuff around

This commit is contained in:
Harry Hauer 2025-06-02 14:54:57 +02:00
parent 790db19e2c
commit d612990dca
2 changed files with 15 additions and 0 deletions

View file

@ -37,6 +37,15 @@
desc = "Sort buffer tabs by name";
};
}
{
mode = "n";
action = "<cmd>LazyGit<cr>";
key = "<leader>gg";
options = {
desc = "Open lazygit";
};
}
];
plugins.fzf-lua.keymaps = {