How can I easily copy text from vim to another program?

This page summarizes the projects mentioned and recommended in the original post on /r/vim

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • fauxClip

    Custom registers and clipboard support for Vim without +clipboard

  • You need to use + register (:h quote+). "+y will yank selection to primary register, which is connected to system clipboard (Ctrl-V in browser). To do that, you need Vim compiled with +clipboard support. If you happen to have version without it (many of them, check with :echo has("clipboard")) then you need fauxClip plugin or different version.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • ¿Any examples similars to cpiw?

    2 projects | /r/vim | 2 Mar 2023
  • Trying to copy text from Vim and paste it to an external program or other Vim instance, and vice versa. Nothing I've tried so far works.

    1 project | /r/vim | 19 Mar 2022
  • Copy from vim to browser

    1 project | /r/vim | 23 Jun 2021
  • Has anyone successfully built Vim with clipboard support on Debian Bullseye (11.2)?

    2 projects | /r/vim | 26 Jan 2022
  • System clipboard Vim problem

    3 projects | /r/vim | 1 Sep 2022