parent
c19e71f51e
commit
0496d0db9a
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ One of the superpowers Zed gives you is the ability to edit multiple files simul
|
|||
|
||||
## Editing in a multibuffer
|
||||
|
||||

|
||||
|
||||
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue