mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 03:24:13 +00:00
feat(ui): use [[ & ]] to navigate between plugins. Fixes #1463
This commit is contained in:
parent
3772914075
commit
5e3c112cb3
3 changed files with 33 additions and 1 deletions
|
@ -34,6 +34,8 @@ M.keys = {
|
|||
profile_sort = "<C-s>",
|
||||
profile_filter = "<C-f>",
|
||||
abort = "<C-c>",
|
||||
next = "]]",
|
||||
prev = "[[",
|
||||
}
|
||||
|
||||
---@type table<string,LazyViewCommand>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue