Fix <CR> mapping
maybe
This commit is contained in:
@@ -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", },
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user