From 2fd00a8f355ca1315b478c27fda86855f5e4c22a Mon Sep 17 00:00:00 2001 From: Thorsten Ball Date: Wed, 12 Jun 2024 17:38:25 +0200 Subject: [PATCH] docs: Capitalize Vim in Vim mode documentation (#12934) Release Notes: - N/A --- docs/src/vim.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/vim.md b/docs/src/vim.md index d97d3a9113..dba4414c6c 100644 --- a/docs/src/vim.md +++ b/docs/src/vim.md @@ -6,7 +6,7 @@ Zed includes a vim emulation layer known as "vim mode". This document aims to de Vim mode in Zed is supposed to primarily "do what you expect": it mostly tries to copy vim exactly, but will use Zed-specific functionality when available to make things smoother. -This means Zed will never be 100% vim compatible, but should be 100% vim familiar! We expect that our vim mode already copes with 90% of your workflow, and we'd like to keep improving it. If you find things that you can’t yet do in vim mode, but which you rely on in your current workflow, please leave feedback in the editor itself (`:feedback`), or [file an issue](https://github.com/zed-industries/zed/issues). +This means Zed will never be 100% Vim compatible, but should be 100% Vim familiar! We expect that our Vim mode already copes with 90% of your workflow, and we'd like to keep improving it. If you find things that you can’t yet do in Vim mode, but which you rely on in your current workflow, please leave feedback in the editor itself (`:feedback`), or [file an issue](https://github.com/zed-industries/zed/issues). ## Zed-specific features