From ab98f16280b4631ec63d0fc2dbf5001ab9b1da81 Mon Sep 17 00:00:00 2001 From: fcolecumberri Date: Tue, 13 Aug 2024 13:40:27 +0200 Subject: [PATCH] Update key-bindings.md (#15994) Closes https://github.com/zed-industries/zed/pull/15238 Release Notes: - N/A --- docs/src/key-bindings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/key-bindings.md b/docs/src/key-bindings.md index 93054c5fb2..f420e9127c 100644 --- a/docs/src/key-bindings.md +++ b/docs/src/key-bindings.md @@ -230,7 +230,7 @@ TBD: Add Column with Linux shortcuts | Copy | Editor | `⌘ + C` | | Cut | Editor | `⌘ + X` | | Cut to end of line | Editor | `Control + K` | -| Delete | Editor | `Control + D` | +| Select Next | Editor | `Control + D` | | Delete | Editor | `Delete` | | Delete line | Editor | `⌘ + Shift + K` | | Delete to beginning of line | Editor | `⌘ + Backspace` |