Skip to content

n04ln/yankee.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

YANKEE.vim

Installation

  1. This plugin use junegunn/fzf, so please install it and setup runtimepath. if already installed fzf in your environment, then unnecessary this step.
# Install fzf
$ git clone https://github.com/junegunn/fzf.git $HOME/.fzf
" In .vimrc
Plug '$HOME/.fzf'
  1. Install this plugin.
Plug 'n04ln/yankee.vim'
  1. setup g:yankee_buf_list. This variable is an Array of the name of target buffers. There are used by this plugin.
let g:yankee_buf_list = ['"b', '"c', '"f', '"h']
  1. Complete 🎉

Usage

In Visual mode, when press <C-y>y, yank text to one of the g:yankee_buf_list.

In Normal mode, when press <C-y>p, paste text with fzf (plz choose it).

About

♻️ Useful yank & paste tool for Vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published