refactor(nvim): rebind Neogit LogPopup (l -> L)
This commit is contained in:
parent
fd903a3ba2
commit
703294fe46
@ -28,6 +28,12 @@ return {
|
|||||||
diffview = true,
|
diffview = true,
|
||||||
telescope = true,
|
telescope = true,
|
||||||
},
|
},
|
||||||
|
mappings = {
|
||||||
|
popup = {
|
||||||
|
["l"] = false,
|
||||||
|
["L"] = "LogPopup",
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
dependencies = {
|
dependencies = {
|
||||||
|
Loading…
Reference in New Issue
Block a user