mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-02-24 01:59:28 +08:00
Clipboard: add related help tags
This commit is contained in:
parent
566cb038e4
commit
f9f984651c
@ -665,6 +665,13 @@ This will make all yank/delete/put operations use either `*` or `+` instead of
|
||||
the unnamed register `"`. Afterwards you can simply use `y` or `p` for accessing
|
||||
your chosen X selection.
|
||||
|
||||
Related help:
|
||||
|
||||
```vim
|
||||
:h clipboard-unnamed
|
||||
:h clipboard-unammedplus
|
||||
```
|
||||
|
||||
#### Restore cursor position when opening file
|
||||
|
||||
Without this, you will always be at line 1 when opening a file. With this, you
|
||||
|
Loading…
x
Reference in New Issue
Block a user