From 635e7f648031bc35cb92177fd2c3470d6dd2867c Mon Sep 17 00:00:00 2001 From: ShikChen Date: Tue, 27 Aug 2024 01:32:20 +0800 Subject: [PATCH] docs: Remove reference to nonexistent vim key binding (#16884) That line was accidentally introduced in https://github.com/zed-industries/zed/pull/12789. Release Notes: - N/A --- docs/src/vim.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/src/vim.md b/docs/src/vim.md index 519c0d4a2626256801bf8e1c4776cbbf8f5d5154..b1b1af82ba6728b5bc738459d15bb1134a807ae2 100644 --- a/docs/src/vim.md +++ b/docs/src/vim.md @@ -57,7 +57,6 @@ g Open the current search excerpt g D Go to type definition in a split # Insert mode -i a / a a Select the function argument the cursor is in ctrl-x ctrl-o Open the completion menu ctrl-x ctrl-c Request GitHub Copilot suggestion (if configured) ctrl-x ctrl-a Open the inline AI assistant (if configured)