From 7644605f0fd4430906aadc2343365e21180a0e7c Mon Sep 17 00:00:00 2001 From: Thorsten Ball Date: Wed, 24 Jul 2024 09:50:23 +0200 Subject: [PATCH] docs: Fix default binding for REPL (#15065) Release Notes: - N/A --- docs/src/repl.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/repl.md b/docs/src/repl.md index 586a9f359d9eccc5dfa5e3cd167fe94aa7da8fc2..6a42a198710da09675ff06abd1668e2b8ab22170 100644 --- a/docs/src/repl.md +++ b/docs/src/repl.md @@ -2,7 +2,7 @@ ## Getting started -Bring the power of [Jupyter kernels](https://docs.jupyter.org/en/latest/projects/kernels.html) to your editor! The built--in REPL for Zed allows you to run code interactively in your editor similarly to a notebook with your own text files. +Bring the power of [Jupyter kernels](https://docs.jupyter.org/en/latest/projects/kernels.html) to your editor! The built-in REPL for Zed allows you to run code interactively in your editor similarly to a notebook with your own text files. @@ -21,7 +21,7 @@ Once installed, you can start using the REPL in the respective language files, o ## Using the REPL -To start the REPL, open a file with the language you want to use and use the `repl: run` command (defaults to CMD + Enter on macOS). You can also click on the REPL icon in the toolbar. +To start the REPL, open a file with the language you want to use and use the `repl: run` command (defaults to `ctrl-shift-enter` on macOS). You can also click on the REPL icon in the toolbar. The `repl: run` command will be executed on your selection(s), and the result will be displayed below the selection.