Skip to content

A minimal system clipboard copy/paste plugin for NeoVim

License

Notifications You must be signed in to change notification settings

haphamdev/copier.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

This is a very minimal NeoVim plugin to smoothly copy and paste using System clipboard

Installation

With lazy.nvim:

{
  "haphamdev/copier.nvim",
  dependencies = {
    "zdcthomas/yop.nvim",
  },
  config = function()
    require("copier").setup()
  end,
},

Usage

In Normal or Visual mode, use cp to copy to and cv to paste from your system clipboard. cp and cv are operators, which means you can combine them with motions. For example: cviw to paste and overwrite the word under cursor, or cpfa to copy text from the cursor until the next letter a.

  • cP to copy the current line
  • cV to paste at current position

About

A minimal system clipboard copy/paste plugin for NeoVim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages