docs: add an example binding for copying text to the system clipboard
This commit is contained in:
parent
6257dec0a7
commit
c022c4cc6d
@ -291,6 +291,9 @@
|
|||||||
# bind Sh-M-U "Oc[1;6D|sed 's/.*/\U&/'
" main
|
# bind Sh-M-U "Oc[1;6D|sed 's/.*/\U&/'
" main
|
||||||
# bind Sh-M-L "Oc[1;6D|sed 's/.*/\L&/'
" main
|
# bind Sh-M-L "Oc[1;6D|sed 's/.*/\L&/'
" main
|
||||||
|
|
||||||
|
## For copying a marked region to the system clipboard:
|
||||||
|
# bind Sh-M-T "|xsel -ib
u" main
|
||||||
|
|
||||||
## If you would like nano to have keybindings that are more "usual",
|
## If you would like nano to have keybindings that are more "usual",
|
||||||
## such as ^O for Open, ^F for Find, ^H for Help, and ^Q for Quit,
|
## such as ^O for Open, ^F for Find, ^H for Help, and ^Q for Quit,
|
||||||
## then uncomment these:
|
## then uncomment these:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user