mirror of
git://git.sv.gnu.org/nano.git
synced 2025-02-12 19:34:18 +03:00
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-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",
|
||||
## such as ^O for Open, ^F for Find, ^H for Help, and ^Q for Quit,
|
||||
## then uncomment these:
|
||||
|
Loading…
x
Reference in New Issue
Block a user