Skip to content

kushaldas/pastewindow.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pastewindow.nvim

A simple neovim plugin to allow to send a line or a visual selection to a target window. I am using this to send to a terminal, helpful for teaching.

Installation

  • Packer

    use "kushaldas/pastewindow.nvim"
  • lazy.nvim

    {
        "kushaldas/pastewindow.nvim"
    }

Setup

   require('pastewindow').setup()

Usage

:SetPasteWindow
	Run this command in the target window, and then you can use the following keybinding.

KEYBINDINGS

<leader>tl	To send the current line to the target window.
<leader>tv	To send current visual selection to the target window.

About

To send visual selection to a predefined window

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages