mirror of
				https://github.com/mhinz/vim-galore.git
				synced 2025-11-04 11:55:35 +08:00 
			
		
		
		
	Locality: add <localleader>
This commit is contained in:
		@@ -478,6 +478,7 @@ Many of the concepts mentioned above also have _local_ counterparts:
 | 
			
		||||
| `:map`     | `:map <buffer>`       | buffer           | `:h :map-local`       |
 | 
			
		||||
| `:autocmd` | `:autocmd * <buffer>` | buffer           | `:h autocmd-buflocal` |
 | 
			
		||||
| `:cd`      | `:lcd`                | window           | `:h :lcd`             |
 | 
			
		||||
| `<leader>` | `<localleader>`       | buffer           | `:h maplocalleader`   |
 | 
			
		||||
 | 
			
		||||
Variables also sport different scopes, but will be explained in
 | 
			
		||||
[Vim scriping](#vim-scripting).
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user