Skip to content

codymikol/multiverse.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 

Repository files navigation

multiverse.nvim

Hop between projects, preserving the state of your open tabpages, windows, and buffers.

The aim of this project is to increase productivity when context switching between many projects.

CLI

  • MultiverseAdd

    • Description: Adds a new Universe to the Multiverse.
    • Arguments:
      • name (string): The name of the universe to add.
    • Completion: Supports auto-completion for existing Universes.
  • MultiverseOpen

    • Description: Opens a specified Universe.
    • Arguments:
      • name (string): The name of the Universe to open.
    • Completion: Supports auto-completion for existing Universes.
  • MultiverseRemove

    • Description: Removes an existing Universe from the Multiverse.
    • Arguments:
      • name (string): The name of the Universe to remove.
    • Completion: Supports auto-completion for existing Universes.
  • MultiverseList

    • Description: Opens a Telescope picker that lists all Universes and loads one upon selection.
    • Arguments: None.

Integrations

  • Neotree
    • Automatically syncs to the working directory of the loaded universe.

Contributing

Contributions are welcome! Please read the CONTRIBUTING.md for details on how to contribute to this project.

About

A session management plugin for neovim

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages