feat(ui): use [[ & ]] to navigate between plugins. Fixes #1463

This commit is contained in:
Folke Lemaitre 2024-06-29 14:22:53 +02:00
commit 5e3c112cb3
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
3 changed files with 33 additions and 1 deletions

View file

@ -34,6 +34,8 @@ M.keys = {
profile_sort = "<C-s>",
profile_filter = "<C-f>",
abort = "<C-c>",
next = "]]",
prev = "[[",
}
---@type table<string,LazyViewCommand>