1 dépôt
Representing each open file as a buffer and allowing switching between them while keeping all files in memory.
Distinct from Editor File Openers: No candidate covers managing multiple open files as in-memory buffers with switching; closest candidates are about file openers or in-memory file systems.
Explore 1 awesome GitHub repository matching development tools & productivity · Buffer-Based File Managers. Refine with filters or upvote what's useful.
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
Represents each open file as a buffer and lets you switch between them while keeping all files in memory.