ZIm/docs/src
Benjamin Davies 77b2da2b42
vim: Surround in visual mode (#13347)
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
2024-06-24 09:29:06 -06:00
..
development Update linux build documentation (#13335) 2024-06-20 14:08:18 -07:00
languages docs: Remove $ in shell commands (#13266) 2024-06-19 10:14:56 -04:00
adding-new-languages.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
additional-learning-materials.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
assistant-panel.md Add a send button to the assistant (#12171) 2024-05-22 19:17:28 -06:00
channels.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
code-of-conduct.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
collaboration.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
configuring-zed.md Update soft_wrap config option documentation (#13457) 2024-06-24 11:52:52 +03:00
contribute-to-zed.md docs: Fix some typos (#11443) 2024-05-06 11:45:17 -04:00
conversations.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
developing-zed.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
feedback-and-support.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
getting-started.md Fix a link to Zed configuring docs (#11739) 2024-05-14 17:15:14 -04:00
key-bindings.md Docs: Specify the location of the tasks.json files (#13333) 2024-06-20 16:12:21 -04:00
remote-development.md Add linux arm support to installer (#13231) 2024-06-18 14:29:19 -06:00
SUMMARY.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
system-requirements.md docs: Update system requirements to note Linux and Windows can be built from source. (#11438) 2024-05-06 11:01:00 -04:00
tasks.md docs: Correct path to global tasks file (#13372) 2024-06-22 11:53:59 +03:00
telemetry.md Add telemetry for supermaven (#11821) 2024-05-16 17:18:32 -04:00
themes.md docs: Update "Themes" page (#11379) 2024-05-03 19:05:29 -04:00
vim.md vim: Surround in visual mode (#13347) 2024-06-24 09:29:06 -06:00