Browse Source

Give more logical naming to clipboard editors

'x' meaning primary, 'xx' meaning 'C-C' and 'v' meaning vipe(1).
Alois Mahdal 6 years ago
parent
commit
a0f3f5a8e3
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      dotfiles/bash/main.bashrc

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

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