Skip to content

MrLys/tmuxp.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tmux(p) integration in nvim

Pretty simple and somewhat redundant right now.

Installation

Lazy

return {
  "mrlys/tmuxp.nvim"
  cmd = {
    "TmuxpNewWindow",
    "TmuxpList",
  },
  keys = {
    {
      "<leader>m",
      mode = { "n" },
      "<cmd>TmuxpList<cr>",
      desc = "List tmux windows",
    },
    {
      "<leader>mn",
      mode = { "n" },

      "<cmd>TmuxpNewWindow<cr>",
      desc = "New tmux window",
    },
  },
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published