|
@@ -437,7 +437,7 @@ xvxx() {
|
437
|
437
|
# Edit text in primary clipboard and save it to C-C clipboard
|
438
|
438
|
#
|
439
|
439
|
# Ideal for editing snippets in browser-based editors: during editing,
|
440
|
|
- # select the text, open terminal, call `xvx`, edit the text, move
|
|
440
|
+ # select the text, open terminal, call `xvxx`, edit the text, move
|
441
|
441
|
# back to the browser and paste it over the old (still selected) text.
|
442
|
442
|
# That's it, no need to make up and save temporary files.
|
443
|
443
|
#
|