update some plugin configuration
This commit is contained in:
parent
82a3427e1b
commit
ec617fabc2
6 changed files with 54 additions and 29 deletions
|
|
@ -245,8 +245,8 @@ return { {
|
|||
},
|
||||
|
||||
keys = {
|
||||
{ "<leader>lt", function() require("aerial").toggle() end, desc = "Open syntax tree" },
|
||||
{ "<leader>lT", function() require("aerial").nav_toggle() end, desc = "Open syntax tree navigation" },
|
||||
{ "<leader>ll", function() require("aerial").toggle() end, desc = "Open syntax tree" },
|
||||
{ "<leader>lL", function() require("aerial").nav_toggle() end, desc = "Open syntax tree navigation" },
|
||||
{ "<leader>fl", "<CMD>Telescope aerial<CR>", desc = "Find in syntax tree" },
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue