Add <C-b>/<C-f> cmp mapping to scroll cmp docs (#750)
This commit is contained in:
		
							parent
							
								
									7715b7c2ee
								
							
						
					
					
						commit
						452e3a73cf
					
				
							
								
								
									
										4
									
								
								init.lua
								
								
								
								
							
							
						
						
									
										4
									
								
								init.lua
								
								
								
								
							|  | @ -674,6 +674,10 @@ require('lazy').setup({ | ||||||
|           -- Select the [p]revious item |           -- Select the [p]revious item | ||||||
|           ['<C-p>'] = cmp.mapping.select_prev_item(), |           ['<C-p>'] = cmp.mapping.select_prev_item(), | ||||||
| 
 | 
 | ||||||
|  |           -- scroll the documentation window [b]ack / [f]orward | ||||||
|  |           ['<C-b>'] = cmp.mapping.scroll_docs(-4), | ||||||
|  |           ['<C-f>'] = cmp.mapping.scroll_docs(4), | ||||||
|  | 
 | ||||||
|           -- Accept ([y]es) the completion. |           -- Accept ([y]es) the completion. | ||||||
|           --  This will auto-import if your LSP supports it. |           --  This will auto-import if your LSP supports it. | ||||||
|           --  This will expand snippets if the LSP sent a snippet. |           --  This will expand snippets if the LSP sent a snippet. | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	 Rafael Zasas
						Rafael Zasas