mirror of
https://github.com/akr2002/nv.git
synced 2024-12-27 08:32:53 +00:00
add neogit keybinds
This commit is contained in:
parent
f003d2dcab
commit
2081f33ef8
2 changed files with 5 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
keymaps = [
|
||||
{
|
||||
mode = "n";
|
||||
key = "<leader>gg";
|
||||
key = "<leader>gG";
|
||||
action = "<cmd>LazyGit<CR>";
|
||||
options = {
|
||||
desc = "LazyGit (root dir)";
|
||||
|
@ -18,4 +18,3 @@
|
|||
}
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
@ -7,7 +7,10 @@
|
|||
{
|
||||
mode = "n";
|
||||
key = "<leader>gg";
|
||||
action = "<cmd>Neogit<cr>";
|
||||
action = "<cmd>Neogit kind=floating<cr>";
|
||||
options = {
|
||||
desc = "Toggle Neogit";
|
||||
};
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue