mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 02:52:37 +00:00 
			
		
		
		
	plugins/nvim-docs-view: fix default mappings (#675)
This commit is contained in:
		
					parent
					
						
							
								08be38ab06
							
						
					
				
			
			
				commit
				
					
						3bf7abd6c9
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -57,8 +57,8 @@ in { | ||||||
|     }; |     }; | ||||||
| 
 | 
 | ||||||
|     mappings = { |     mappings = { | ||||||
|       viewToggle = mkMappingOption "Open or close the docs view panel" "lvt"; |       viewToggle = mkMappingOption "Open or close the docs view panel" "<leader>lvt"; | ||||||
|       viewUpdate = mkMappingOption "Manually update the docs view panel" "lvu"; |       viewUpdate = mkMappingOption "Manually update the docs view panel" "<leader>lvu"; | ||||||
|     }; |     }; | ||||||
|   }; |   }; | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Adam Szalkowski
				Adam Szalkowski