mirror of
https://github.com/akr2002/nv.git
synced 2024-11-09 10:39:44 +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 = [
|
keymaps = [
|
||||||
{
|
{
|
||||||
mode = "n";
|
mode = "n";
|
||||||
key = "<leader>gg";
|
key = "<leader>gG";
|
||||||
action = "<cmd>LazyGit<CR>";
|
action = "<cmd>LazyGit<CR>";
|
||||||
options = {
|
options = {
|
||||||
desc = "LazyGit (root dir)";
|
desc = "LazyGit (root dir)";
|
||||||
|
@ -18,4 +18,3 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,10 @@
|
||||||
{
|
{
|
||||||
mode = "n";
|
mode = "n";
|
||||||
key = "<leader>gg";
|
key = "<leader>gg";
|
||||||
action = "<cmd>Neogit<cr>";
|
action = "<cmd>Neogit kind=floating<cr>";
|
||||||
|
options = {
|
||||||
|
desc = "Toggle Neogit";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue