Tips: file marks <-> viminfo

This commit is contained in:
Marco Hinz 2016-01-06 04:11:34 +01:00
parent 405b113f94
commit 5ba88040a4

View File

@ -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