mirror of
				https://github.com/mhinz/vim-galore.git
				synced 2025-11-04 11:55:35 +08:00 
			
		
		
		
	Use inline code
This commit is contained in:
		
				
					committed by
					
						
						Marco Hinz
					
				
			
			
				
	
			
			
			
						parent
						
							238c77afd9
						
					
				
				
					commit
					b927e5520a
				
			@@ -1147,8 +1147,8 @@ within that file.
 | 
			
		||||
A few simple rules:
 | 
			
		||||
 | 
			
		||||
- options are enclosed in single quotes, e.g. `:h 'textwidth'`
 | 
			
		||||
- VimL functions end in (), e.g. `:h reverse()`
 | 
			
		||||
- commands start with :, e.g. `:h :echo`
 | 
			
		||||
- VimL functions end in `()`, e.g. `:h reverse()`
 | 
			
		||||
- commands start with `:`, e.g. `:h :echo`
 | 
			
		||||
 | 
			
		||||
You can use `<c-d>` (this is <kbd>ctrl</kbd>+<kbd>d</kbd>) to list all tags that
 | 
			
		||||
match the currently entered query. E.g. `:h tab<c-d>` will get you a list of all
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user