feat: remove C-j barbecue keybind
This commit is contained in:
parent
7c507ed241
commit
99ab0c6aa4
1 changed files with 0 additions and 9 deletions
|
@ -190,15 +190,6 @@ return {
|
|||
{
|
||||
"barbecue.nvim",
|
||||
event = "BufEnter",
|
||||
keys = {
|
||||
{
|
||||
"<C-j>",
|
||||
function()
|
||||
require("barbecue.ui").navigate(-1)
|
||||
end,
|
||||
desc = "Go to last treesitter node",
|
||||
},
|
||||
},
|
||||
after = function()
|
||||
require("barbecue").setup()
|
||||
end,
|
||||
|
|
Loading…
Reference in a new issue