mirror of https://github.com/folke/lazy.nvim.git
fix(render): get profile_{sort,filter} key bindings from ViewConfig (#416)
This commit is contained in:
parent
4f60facf18
commit
27ca918bc3
|
@ -583,12 +583,12 @@ function M:profile()
|
|||
self:append("Profile", "LazyH2"):nl():nl()
|
||||
self
|
||||
:append("You can press ")
|
||||
:append("<C-s>", "LazySpecial")
|
||||
:append(ViewConfig.keys.profile_sort, "LazySpecial")
|
||||
:append(" to change sorting between chronological order & time taken.")
|
||||
:nl()
|
||||
self
|
||||
:append("Press ")
|
||||
:append("<C-f>", "LazySpecial")
|
||||
:append(ViewConfig.keys.profile_filter, "LazySpecial")
|
||||
:append(" to filter profiling entries that took more time than a given threshold")
|
||||
:nl()
|
||||
|
||||
|
|
Loading…
Reference in New Issue