Skip to content

butteronarchbtw/tabgaze.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

TabGaze

tabgaze switcher open

  • a simple plugin to get an overview of your currently open tab pages
  • quickly switch to a tabpage without risking wrist injuries
  • (basically harpoon for tabs)

Installing

Lazy.nvim

an example config for lazy.nvim would look like this

{
    "butteronarchbtw/tabgaze.nvim",
    config = function()
        require("tabgaze").setup()
        vim.keymap.set("n", "<leader>tp", ":Tabgaze<CR>", {silent = true})
    end
}

Credit

i still have no idea of how to develop nvim plugins so a lot of inspo for figuring it out myself comes from these repos

TODOs

  • shortcuts for jumping to tabs directly
  • option to start at the top of the list or at the tab you are at when opening the view

About

basically harpoon for tabs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages