Parcourir la source

Give more logical naming to clipboard editors

'x' meaning primary, 'xx' meaning 'C-C' and 'v' meaning vipe(1).
Alois Mahdal il y a 7 ans
Parent
révision
a0f3f5a8e3
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2
    2
      dotfiles/bash/main.bashrc

+ 2
- 2
dotfiles/bash/main.bashrc Voir le fichier

328
     echo "$tmp/$name"
328
     echo "$tmp/$name"
329
 }
329
 }
330
 
330
 
331
-xvx() {
331
+xvxx() {
332
     #
332
     #
333
     # Edit text in primary clipboard and save it to C-C clipboard
333
     # Edit text in primary clipboard and save it to C-C clipboard
334
     #
334
     #
342
     xop o | vipe | xop ii
342
     xop o | vipe | xop ii
343
 }
343
 }
344
 
344
 
345
-xvvx() {
345
+xxvxx() {
346
     #
346
     #
347
     # Edit text in C-C clipboard and save it back
347
     # Edit text in C-C clipboard and save it back
348
     #
348
     #