docs: vim visual block breaks

This commit is contained in:
yory8 2020-06-29 23:10:10 +02:00
parent c5de70df5f
commit 77706941a3
2 changed files with 9 additions and 1 deletions

View file

@ -44,6 +44,10 @@ For more options: `clipman -h`.
- All items stored in history are treated as plain text. - All items stored in history are treated as plain text.
- By default, we continue serving the last copied item even after its owner has exited. This means that, unless you run with the `--no-persist` option, you'll always immediately lose rich content: for example, if you copy formatted text inside Libre Office you'll lose all formatting on paste; or, if you copy a bookmark in Firefox, you won't be able to paste it in another bookmark folder. - By default, we continue serving the last copied item even after its owner has exited. This means that, unless you run with the `--no-persist` option, you'll always immediately lose rich content: for example, if you copy formatted text inside Libre Office you'll lose all formatting on paste; or, if you copy a bookmark in Firefox, you won't be able to paste it in another bookmark folder.
### Vim's Visual Block mode breaks if persistence is enabled
Run `clipman store` with the `--no-persist` option if you are affected. Unfortunately, it seems that there is no way to make them play well together.
## Versions ## Versions
This projects follows SemVer conventions. This projects follows SemVer conventions.

View file

@ -90,6 +90,10 @@ To remove items from history, `clipman clear -t wofi` and `clipman clear --all`.
.PP .PP
To serve the last history item at startup, add `exec clipman restore` to your Sway config. To serve the last history item at startup, add `exec clipman restore` to your Sway config.
.SH "KNOWN ISSUES" .SH "KNOWN ISSUES"
All items stored in history are treated as plain text. \fBAll items stored in history are treated as plain text.\fR
.PP .PP
By default, we continue serving the last copied item even after its owner has exited. This means that, unless you run with the `--no-persist` option, you'll always immediately lose rich content: for example, if you copy formatted text inside Libre Office you'll lose all formatting on paste; or, if you copy a bookmark in Firefox, you won't be able to paste it in another bookmark folder. By default, we continue serving the last copied item even after its owner has exited. This means that, unless you run with the `--no-persist` option, you'll always immediately lose rich content: for example, if you copy formatted text inside Libre Office you'll lose all formatting on paste; or, if you copy a bookmark in Firefox, you won't be able to paste it in another bookmark folder.
.PP
\fBVim's Visual Block mode breaks if persistence is enabled\fR
.PP
Run `clipman store` with the `--no-persist` option if you are affected. Unfortunately, it seems that there is no way to make them play well together.