mirror of
				https://github.com/folke/lazy.nvim.git
				synced 2025-10-31 14:31:04 +00:00 
			
		
		
		
	fix(render): get profile_{sort,filter} key bindings from ViewConfig (#416)
This commit is contained in:
		
					parent
					
						
							
								4f60facf18
							
						
					
				
			
			
				commit
				
					
						27ca918bc3
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue