butteronarchbtw / tabgaze.nvim

basically harpoon for tabs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Lua 100.0%