mirror of
				https://github.com/mhinz/vim-galore.git
				synced 2025-11-04 11:55:35 +08:00 
			
		
		
		
	Tips: file marks <-> viminfo
This commit is contained in:
		@@ -406,6 +406,9 @@ autocmd BufLeave *.{c,cpp} mark C
 | 
			
		||||
autocmd BufLeave *.h       mark H
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
**NOTE**: The info is saved in the viminfo file, so make sure that `:set
 | 
			
		||||
viminfo?` includes `:h viminfo-'`.
 | 
			
		||||
 | 
			
		||||
#### Don't lose selection when shifting sidewards
 | 
			
		||||
 | 
			
		||||
If you select one or more lines, you can use `<` and `>` for shifting them
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user