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",
"<CR>",
function()
actions.select_entry()
vim.fn.execute("wincmd l")
actions.select_entry()
end,
{ desc = "Focus the diff for the selected entry", },
},