Tagged: VIM
-
A guide to the powerful "surround" feature in Zed's Vim mode, which allows you to easily add, change, and delete surrounding characters like quotes, brackets, and HTML tags. This post explains the primary commands (ys, ds, cs) and provides clear examples and a table of key mappings to help you master this efficient editing technique.
-
This article provides a comprehensive list of the Ex Commands available in Zed's Vim mode, accessible via the command palette. It covers essential commands for file operations, window and pane management, and toggling various panels like the project explorer, Git panel, and terminal.
-
A quick reference guide for the key mappings available in Insert Mode within Zed's Vim integration. This post details commands for triggering completions, interacting with the AI assistant, and performing common text editing tasks like deleting words or lines without leaving Insert Mode.
-
This post serves as a detailed cheat sheet for the key mappings in Zed's Visual Mode for Vim users. It covers a wide range of commands for making selections, applying changes, and using powerful text objects to manipulate code and text with precision.
-
A comprehensive reference guide to the key mappings available in the Normal Mode of Zed's Vim editor. This post provides a detailed table of commands, covering everything from basic motions and changes to advanced integrations with the language server, Git, and project-wide search.
-
An introduction to the powerful Vim mode in the Zed editor. This post explains how Zed's implementation blends familiar modal editing with modern features like multiple cursors, semantic navigation, and deep language server integration. It serves as a starting point for a series of detailed guides on Zed's Vim capabilities.
-
Learn how to add a powerful, mouse-free navigation experience to your Astro website. This post details a single JavaScript file that enables Vim-like keybindings for scrolling, jumping between list items, focusing the navbar, and even cycling through site themes, all managed with a clean, centralized script.