We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f60fac commit 27ca918Copy full SHA for 27ca918
lua/lazy/view/render.lua
@@ -583,12 +583,12 @@ function M:profile()
583
self:append("Profile", "LazyH2"):nl():nl()
584
self
585
:append("You can press ")
586
- :append("<C-s>", "LazySpecial")
+ :append(ViewConfig.keys.profile_sort, "LazySpecial")
587
:append(" to change sorting between chronological order & time taken.")
588
:nl()
589
590
:append("Press ")
591
- :append("<C-f>", "LazySpecial")
+ :append(ViewConfig.keys.profile_filter, "LazySpecial")
592
:append(" to filter profiling entries that took more time than a given threshold")
593
594
0 commit comments