mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 19:12:38 +00:00 
			
		
		
		
	lib/binds: remove unused helpers
This commit is contained in:
		
					parent
					
						
							
								e812ef2c3f
							
						
					
				
			
			
				commit
				
					
						aa903d1960
					
				
			
		
					 1 changed files with 0 additions and 11 deletions
				
			
		|  | @ -68,17 +68,6 @@ | |||
| 
 | ||||
|     pushDownDefault = attr: mapAttrs (_: mkDefault) attr; | ||||
| 
 | ||||
|     mkLznBinding = mode: key: action: desc: { | ||||
|       inherit mode desc key action; | ||||
|     }; | ||||
| 
 | ||||
|     mkLznExprBinding = mode: key: action: desc: { | ||||
|       inherit mode desc key action; | ||||
|       lua = true; | ||||
|       silent = true; | ||||
|       expr = true; | ||||
|     }; | ||||
| 
 | ||||
|     mkSetLznBinding = mode: binding: action: { | ||||
|       inherit action mode; | ||||
|       key = binding.value; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Ching Pei Yang
				Ching Pei Yang