nvim: Fix fzf-lua jumps shortcut
Was doubling up the `<leader>fr` shortcut which is actually to show registers. Now correctly mapped to `<leader>fj` (for jumps).
This commit is contained in:
parent
0af5a2def5
commit
943780c38b
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ return { -- file/item pickers and managers
|
|||
desc = "registers",
|
||||
},
|
||||
{
|
||||
"<leader>fr",
|
||||
"<leader>fj",
|
||||
function()
|
||||
require("fzf-lua").jumps()
|
||||
end,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue