From 0496d0db9ad938d13449622d677bcee2d518676c Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Thu, 18 Jul 2024 13:45:06 -0400 Subject: [PATCH] Add multibuffer edit video (#14757) Release Notes: - N/A --- docs/src/multibuffers.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/multibuffers.md b/docs/src/multibuffers.md index c35f6bbd002e2c965821a839bdbb417d3aed3d96..1d14c98ad784e97d6a0925891881b1e406e805cd 100644 --- a/docs/src/multibuffers.md +++ b/docs/src/multibuffers.md @@ -4,6 +4,8 @@ One of the superpowers Zed gives you is the ability to edit multiple files simul ## Editing in a multibuffer +![Editing the results of a search multibuffer.](https://customer-snccc0j9v3kfzkif.cloudflarestream.com/bda0a6584c19f4b39e58a263c0ae4358/downloads/default.mp4) + Editing a multibuffer is the same as editing a normal file. Changes you make will be reflected in the open copies of that file in the rest of the editor, and you can save all files with `editor: Save` (bound to `cmd-s` on macOS, `ctrl-s` on Windows/Linux, or `:w` in Vim mode). When in a multibuffer, it is often useful to use multiple cursors to edit every file simultaneously. If you want to edit a few instances, you can select them with the mouse (`option-click` on macOS, `alt-click` on Window/Linux) or the keyboard. `cmd-d` on macOS, `ctrl-d` on Windows/Linux, or `gl` in Vim mode will select the next match of the word under the cursor.