refactor(nvim): use 'L' for neogit LogPopup
This commit is contained in:
parent
0d5b1968a7
commit
4a1b695ba4
@ -22,6 +22,12 @@ return {
|
||||
diffview = true,
|
||||
telescope = true,
|
||||
},
|
||||
mappings = {
|
||||
status = {
|
||||
["l"] = false,
|
||||
["L"] = "LogPopup"
|
||||
}
|
||||
}
|
||||
}
|
||||
end,
|
||||
dependencies = {
|
||||
|
Loading…
Reference in New Issue
Block a user