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
This commit is contained in:
ShikChen 2024-08-27 01:32:20 +08:00 committed by GitHub
parent e8c6c537de
commit 635e7f6480
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,7 +57,6 @@ g <space> Open the current search excerpt
<ctrl-w> 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)