awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

Awesome GitHub RepositoriesBuffer Switching

Mechanisms 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.

Explore 4 awesome GitHub repositories matching development tools & productivity · Buffer Switching. Refine with filters or upvote what's useful.

Awesome Buffer Switching GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • vscode-neovim/vscode-neovimvscode-neovim 的头像

    vscode-neovim/vscode-neovim

    7,689在 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
    在 GitHub 上查看↗7,689
  • sinelaw/freshsinelaw 的头像

    sinelaw/fresh

    5,914在 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
    在 GitHub 上查看↗5,914
  • akinsho/bufferline.nvimakinsho 的头像

    akinsho/bufferline.nvim

    4,241在 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
    在 GitHub 上查看↗4,241
  • skywind3000/vim-quickuiskywind3000 的头像

    skywind3000/vim-quickui

    1,174在 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
    在 GitHub 上查看↗1,174
  1. Home
  2. Development Tools & Productivity
  3. Editor Workspace Managers
  4. Buffer Switching

探索子标签

  • Buffer and Tabpage TogglingMechanisms to switch the view between individual buffers and global tabpages. **Distinct from Buffer Switching:** Focuses on toggling the display mode of the buffer line rather than simply switching between two files.
  • List BoxesProvides an interactive interface to search, navigate, and open file buffers in various split layouts. **Distinct from Buffer Switching:** Distinct from Buffer Switching: provides a visual list box interface specifically for buffer navigation rather than raw programmatic switching.