Browse Source

Fix typo in docstring

Alois Mahdal 4 years ago
parent
commit
6a26eeaa42
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      dotfiles/bash/main.bashrc

+ 1
- 1
dotfiles/bash/main.bashrc View File

437
     # Edit text in primary clipboard and save it to C-C clipboard
437
     # Edit text in primary clipboard and save it to C-C clipboard
438
     #
438
     #
439
     # Ideal for editing snippets in browser-based editors: during editing,
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
     # back to the browser and paste it over the old (still selected) text.
441
     # back to the browser and paste it over the old (still selected) text.
442
     # That's it, no need to make up and save temporary files.
442
     # That's it, no need to make up and save temporary files.
443
     #
443
     #