mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 05:51:14 +00:00
Adds support for surrounding text in visual/visual-line/visual-block mode by re-using the `AddSurrounds` operator. There is no default binding though so the user must follow the instructions to enable it. Note that the behaviour varies slightly for the visual-line and visual-block modes. In visual-line mode the surrounds are placed on separate lines (the vim-surround extension also indents the contents but I opted not to as that behaviour is less important with the use of code formatters). In visual-block mode each of the selected regions is surrounded and the cursor returns to the beginning of the selection after the action is complete. Release Notes: - Added action to surround text in visual mode (no default binding). Fixes #13122 |
||
|---|---|---|
| .. | ||
| development | ||
| languages | ||
| adding-new-languages.md | ||
| additional-learning-materials.md | ||
| assistant-panel.md | ||
| channels.md | ||
| code-of-conduct.md | ||
| collaboration.md | ||
| configuring-zed.md | ||
| contribute-to-zed.md | ||
| conversations.md | ||
| developing-zed.md | ||
| feedback-and-support.md | ||
| getting-started.md | ||
| key-bindings.md | ||
| remote-development.md | ||
| SUMMARY.md | ||
| system-requirements.md | ||
| tasks.md | ||
| telemetry.md | ||
| themes.md | ||
| vim.md | ||