Skip to content

medwatt/tabulous

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

tabulous

A simple plugin for managing tabs in neovim (see video: old)

tabby.mp4

To install with Lazy:

{
    "medwatt/tabulous.nvim",
    config = function() require("tabulous").setup({sessions_path = "/path/where/sessions/will/be/stored"}) end,
},

As of now, because of the way tabs work in vim, using regular bdelete doesn't work as expected. To delete buffers, use the include command TabulousDeleteBuffer.

About

A simple plugin for managing tabs in neovim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages