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
|
@ -201,7 +201,15 @@ function M:help()
|
|||
:nl()
|
||||
self:append("or the plugin was just updated. Otherwise the plugin webpage will open."):nl():nl()
|
||||
|
||||
self:append("Use "):append("<d>", "LazySpecial"):append(" on a commit or plugin to open the diff view"):nl()
|
||||
self:append("Use "):append("<d>", "LazySpecial"):append(" on a commit or plugin to open the diff view"):nl():nl()
|
||||
self
|
||||
:append("Use ")
|
||||
:append("<]]>", "LazySpecial")
|
||||
:append(" and ")
|
||||
:append("<[[>", "LazySpecial")
|
||||
:append(" to navigate between plugins")
|
||||
:nl()
|
||||
:nl()
|
||||
self:nl()
|
||||
|
||||
self:append("Keyboard Shortcuts", "LazyH2"):nl()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue