Alois Mahdal 6 лет назад
Родитель
Сommit
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
     #