Fix <CR> mapping

maybe
This commit is contained in:
2023-09-20 02:03:41 +02:00
parent 915d828b00
commit 73a4f584f4
+1 -1
View File
@@ -44,8 +44,8 @@ require("diffview").setup({
"n", "n",
"<CR>", "<CR>",
function() function()
actions.select_entry()
vim.fn.execute("wincmd l") vim.fn.execute("wincmd l")
actions.select_entry()
end, end,
{ desc = "Focus the diff for the selected entry", }, { desc = "Focus the diff for the selected entry", },
}, },