Saturday, March 28, 2020

Re: enabling xterm_clipboard support by default

On Sun, Mar 29, 2020 at 12:33 AM Manas Gupta <manas18244@iiitd.ac.in> wrote:
>
> I was wondering what could be the reasoning behind not enabling the xterm_clipboard and clipboard support in native vim installations in different distributions?
> I went through a few forums and threads where I found people find it difficult to copy/paste text into system's clipboard.
> Although I found there is a way, by using skel. But it doesn't seem to be working as expected.
>
> Thanks
> Manas

Every distribution includes and excludes features according to its own
preferences in the various versions of Vim it distributes. By default,
+xterm_clipboard is enabled in Normal, Big and Huge versions — unless
they are configured with the --without-x switch. If you run a
GUI-enabled Vim in an xterm or similar terminal emulator, it ought to
be able to access the clipboard. If your default "vim" executable (as
shown by "which vim" and possibly repeating it to follows the link) is
compiled with -x11, then "gvim -v" ought to start the gvim executable
in console mode. If you compile your own Vim and the proper
development packages are installed, it will be named "vim" with (among
others) a soft link "gvim" pointing to it.

All this is for Unix-like systems: on MS-Windows no executable can
serve both in console mode and in GUI mode.

Best regards,
Tony.

--
--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/CAJkCKXsFRADqZ%3DuPjDh24hwi8E-S4SdN1x9eOjd3heBG0wkQWg%40mail.gmail.com.

No comments: