This commit is contained in:
2026-03-10 12:53:12 +00:00
parent 82b7c96edf
commit c63372082c
2 changed files with 11 additions and 0 deletions

View File

@@ -216,6 +216,12 @@
action = ":DiffviewClose<CR>";
options.desc = "Close diffview";
}
{
mode = "n";
key = "<leader>vR";
action = ":DiffviewOpen origin/main...HEAD --imply-local<CR>";
options.desc = "Review bookmark";
}
{
mode = "n";
key = "<leader>vs";

View File

@@ -120,6 +120,11 @@ in {
port = 18822,
auto_kill = false,
},
input = {
text = {
wrap = true,
},
},
ui = {
icons = {
preset = 'nerdfonts',