Tagged: VIM

  • Zed Vim Key Mappings: Surrounds

    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.


  • Zed Vim Key Mappings: Ex Commands

    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.


  • Zed Vim Key Mappings: Insert Mode

    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.


  • Zed Vim Key Mappings: Visual 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.


  • Zed Vim Key Mappings: Normal Mode

    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 Vim Mode in Zed

    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.


  • Implementing Vim Keybindings for Site Navigation in Astro

    Implementing Vim Keybindings for Site Navigation in Astro

    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.

HQ Key Mappings

gg / G Jump to top/bottom of page
j / k Scroll page up/down
h / l Focus navigation bar and move left/right
c / Escape Remove focus from nav bar / Close modal
x / Enter Follow a focused navigation link
t / T Cycle through site themes
m / M Toggle light/dark mode
f / / Open search dialog
? Open help dialog