mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-11-16 09:45: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
|
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
|
#### Don't lose selection when shifting sidewards
|
||||||
|
|
||||||
If you select one or more lines, you can use `<` and `>` for shifting them
|
If you select one or more lines, you can use `<` and `>` for shifting them
|
||||||
|
|||||||
Reference in New Issue
Block a user