Tuesday, August 8, 2017

xsel copies to clipboard twice

I'm using vim 7.4 (terminal mode) on ubuntu 14.04, launched from
Midnight Commander. Glipper is my clipboard manager.

I have the following script line loaded :

map ;cc :w !xsel -i -b<CR>

When I select some text in visual mode and then press ;cc
the selected text is copied _twice_ to the clipboard

It's been a long time since I've done any vim scripting, so I'd
welcome some advice on how to correct my code to avoid the
redundancy.

See http://vim.wikia.com/wiki/Accessing_the_system_clipboard

TIA
--
Tim
http://www.akwebsoft.com, http://www.tj49.com

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment