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