You are not logged in.

#1 2010-09-14 17:24:36

Kirodema
Member
Registered: 2010-01-08
Posts: 81

vim without xterm_clipboard

Hi,

I saw that the vim from /extra doesnt have an xterm_clipboard support. Is there a reason to it and if not, how can I enable it?

db@kirodema ~ $ vim --version | grep clipboard
-clientserver -clipboard +cmdline_compl +cmdline_hist +cmdline_info +comments 
 -xterm_clipboard -xterm_save 

Offline

#2 2010-09-14 17:40:33

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: vim without xterm_clipboard

Did you check gvim?
There has been quite a few issues wrt to vim packages - how do we divide them up: vi - vim - gvim or some other way. Maybe vim doesn't have any X-related options.
https://bugs.archlinux.org/index.php?do … er_id=6341

Last edited by karol (2010-09-14 17:43:20)

Offline

#3 2010-09-14 19:16:31

Kirodema
Member
Registered: 2010-01-08
Posts: 81

Re: vim without xterm_clipboard

perfect, thank you. Now I can finally use the system-clipboard smile.

Offline

#4 2010-09-15 10:04:28

xamaco
Member
From: Corsica, France
Registered: 2010-04-05
Posts: 87

Re: vim without xterm_clipboard

You can compile vim using ABS. If you modify PKGBUILD from
--with-x=no
to
--with-x=yes
You'll get the system clipboard in vim.

Offline

#5 2012-03-31 19:39:33

nXqd
Member
Registered: 2010-07-01
Posts: 173

Re: vim without xterm_clipboard

xamaco wrote:

You can compile vim using ABS. If you modify PKGBUILD from
--with-x=no
to
--with-x=yes
You'll get the system clipboard in vim.

Thanks for your help, this really helps me. Making use of vim term and tmux is a lot more beautiful than using gvim smile


When you live for a strong purpose, then hard work isn't an option. It's a necessity. - Steve Pavlina
dotFiles

Offline

#6 2012-04-01 08:41:50

xamaco
Member
From: Corsica, France
Registered: 2010-04-05
Posts: 87

Re: vim without xterm_clipboard

Since then, I found a simpler solution : Install gvim instead of vim. Additionally to gvim, that you can ignore, you will get a regular vim with xclipboard support...

Offline

#7 2012-04-01 08:43:38

nXqd
Member
Registered: 2010-07-01
Posts: 173

Re: vim without xterm_clipboard

xamaco wrote:

Since then, I found a simpler solution : Install gvim instead of vim. Additionally to gvim, that you can ignore, you will get a regular vim with xclipboard support...

I just use the same way. But with the minimalism philosophy in mind, I still want to install only vim instead of gvim which I don't use smile


When you live for a strong purpose, then hard work isn't an option. It's a necessity. - Steve Pavlina
dotFiles

Offline

Board footer

Powered by FluxBB