awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 dépôts

Awesome GitHub RepositoriesEditor Workspace Managers

Systems for organizing files into specific layouts and window splits to streamline project navigation.

Distinct from Workspace Organization: Candidates focus on terminal layouts or business-unit containers, not editor-specific window splits.

Explore 7 awesome GitHub repositories matching development tools & productivity · Editor Workspace Managers. Refine with filters or upvote what's useful.

Awesome Editor Workspace Managers GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • codemirror/codemirror5Avatar de codemirror

    codemirror/codemirror5

    27,247Voir sur GitHub↗

    CodeMirror 5 is a browser-based code editor and extensible UI component. It functions as a syntax highlighting engine and a programmable text surface, providing a professional coding experience embedded within web pages. The project is distinguished by its ability to act as a collaborative text editor, synchronizing document changes across multiple users in real time. It also includes a dedicated Vim emulation layer that implements modal keyboard interactions, motions, and operators. The system covers broad capability areas including language support for autocompletion and error analysis, co

    Provides advanced workspace management including split views and programmable UI extensions.

    JavaScript
    Voir sur GitHub↗27,247
  • theprimeagen/harpoonAvatar de ThePrimeagen

    ThePrimeagen/harpoon

    8,898Voir sur GitHub↗

    This project is a Neovim file navigation plugin and workspace manager that allows users to mark and jump between frequent files. It functions as a system for organizing high-priority files into specific layouts and window splits, utilizing a persistent list and index-based shortcuts to streamline movement across a project. The tool includes a terminal session integrator that bridges the editor with a terminal multiplexer. This integration enables the orchestration of windows and panes, allowing users to switch between development shells and coding sessions or manage terminal instances by inde

    Organizes files into specific layouts and window splits to streamline navigation across a project.

    Lua
    Voir sur GitHub↗8,898
  • vscode-neovim/vscode-neovimAvatar de vscode-neovim

    vscode-neovim/vscode-neovim

    7,689Voir sur GitHub↗

    This project is a modal editing integration that embeds a full Neovim instance into Visual Studio Code. It functions as a modal text editor, providing native motions and keybindings for navigation and text manipulation through a buffer synchronization bridge. The integration features a Lua scripting interface for automating editor behavior and a coordination layer that maps Neovim motions to native Language Server Protocol actions for code navigation. It ensures consistency between the two environments using a shared clipboard provider and synchronized cursor and selection states. The system

    Provides keyboard shortcuts to switch between open files and editor groups to manage the active workspace view.

    TypeScript
    Voir sur GitHub↗7,689
  • sinelaw/freshAvatar de sinelaw

    sinelaw/fresh

    5,914Voir sur GitHub↗

    Zed is a terminal-based code editor built in Rust that provides a full-featured editing experience with familiar keybindings, mouse support, and multiple cursors. It runs entirely in the terminal while offering capabilities typically found in graphical editors, including split panes, a command palette, and integrated language server protocol support for real-time diagnostics, completions, go-to-definition, and code actions across multiple languages. The editor distinguishes itself through a plugin system that runs sandboxed TypeScript plugins in a QuickJS runtime, with an asynchronous bridge

    Switches between open buffers by typing the buffer name after a prefix character.

    Rustideterminal-basedtext-editor
    Voir sur GitHub↗5,914
  • akinsho/toggleterm.nvimAvatar de akinsho

    akinsho/toggleterm.nvim

    5,530Voir sur GitHub↗

    toggleterm.nvim est un gestionnaire de terminal et un orchestrateur de sessions basé sur Lua pour Neovim. Il fournit un système pour ouvrir, masquer et organiser plusieurs fenêtres de terminal persistantes, permettant d'intégrer des sessions shell directement dans l'éditeur de texte. Le plugin se distingue en offrant une interface de terminal flottant et la possibilité de définir des classes de terminaux personnalisées. Ces classes permettent des instances spécialisées avec des commandes et des variables d'environnement dédiées, tandis que la sélection de terminaux nommés permet aux utilisateurs de se concentrer sur des sessions spécifiques en utilisant des étiquettes descriptives plutôt que des identifiants numériques. Le projet couvre la configuration de la disposition de l'espace de travail, permettant aux terminaux d'être orientés en fenêtres flottantes, divisions verticales ou onglets. Il inclut des capacités de contrôle de session, telles que le transfert de texte depuis les buffers de l'éditeur directement vers des terminaux actifs, l'exécution de commandes shell ciblées et l'exécution d'opérations en masse pour gérer plusieurs sessions actives.

    Arranges floating windows, vertical splits, and tabs to balance code editing with real-time command line output.

    Lua
    Voir sur GitHub↗5,530
  • akinsho/bufferline.nvimAvatar de akinsho

    akinsho/bufferline.nvim

    4,241Voir sur GitHub↗

    bufferline.nvim is a buffer line plugin for Neovim that provides a visual tab bar at the top of the editor to display open buffers. It functions as a workspace organizer and tabpage management interface, allowing users to switch the display mode between individual open buffers and global tabpages. The project features an LSP diagnostic visualizer that maps language server errors and warnings directly onto the buffer tabs. It enables UI customization through adjustable tab shapes and underline indicators to emulate the appearance of graphical text editors. The plugin includes capabilities for

    Provides a toggle between displaying individual buffers and Neovim tabpages in the buffer line.

    Luabufferlineluaneovim
    Voir sur GitHub↗4,241
  • skywind3000/vim-quickuiAvatar de skywind3000

    skywind3000/vim-quickui

    1,174Voir sur GitHub↗

    Vim-quickui is a text user interface library and plugin for Vim and Neovim editors that renders interactive widgets directly inside terminal environments without external dependencies. The framework provides buffer-independent UI drawing, popup window layering, state-driven event handling, and data-driven dialog generation that constructs modal forms and input controls from declarative data structures. The extension covers a broad suite of interface components including dropdown menu bars, context menus, scrollable list boxes, confirmation dialogs, and string input prompts. Users can inspect

    Provide an interactive interface to search, navigate, and open file buffers in various split layouts.

    Vim Scriptborlandcommand-linegui
    Voir sur GitHub↗1,174
  1. Home
  2. Development Tools & Productivity
  3. Editor Workspace Managers

Explorer les sous-tags

  • Buffer Switching2 sous-tagsMechanisms for switching the active view between different open files or editor groups. **Distinct from Editor Workspace Managers:** Focuses on the act of switching between open files, while Editor Workspace Managers focuses on the organizational layout of those files.