Skip to content

notomo/unionbuf.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unionbuf.nvim

unionbuf.nvim is a neovim plugin to edit multiple buffers in one buffer.

Inspired by vim-qfreplace.

Example

require("unionbuf").open({
  {
    path = "path/to/file",
    -- or
    -- bufnr = {buffer number},

    start_row = 0,
    -- end_row = 0,
    -- start_col = 0,
    -- end_col = -1,
  },
  -- ...
})

-- Then, edit the buffer and :write

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published