瀏覽代碼

Fix typo in docstring

Alois Mahdal 5 年之前
父節點
當前提交
6a26eeaa42
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      dotfiles/bash/main.bashrc

+ 1
- 1
dotfiles/bash/main.bashrc 查看文件

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
     #