mirror of
https://https.git.savannah.gnu.org/git/nano.git
synced 2026-01-26 16:09:15 +00:00
docs: add example of copy-to-clipboard-with-OSC52 to the sample nanorc
This commit is contained in:
parent
4b7ec23db3
commit
ffc456ebac
@ -299,6 +299,9 @@
|
||||
## For copying a marked region to the system clipboard:
|
||||
# bind Sh-M-C "{execute}| xsel -ib {enter}{undo}" main
|
||||
|
||||
## For copying text to the local clipboard via OSC52 (if terminal supports it).
|
||||
# bind M-* "{execute}|| printf "\033]52;c;%s\007" "$(base64 | tr -d '\n')" {enter}{undo}" main
|
||||
|
||||
## For normalizing Unicode to precomposed characters:
|
||||
# bind Sh-M-N "{execute}| uconv -x nfc {enter}" main
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user