From 51022e616262ddca40c77a5cab7295e8123180a3 Mon Sep 17 00:00:00 2001 From: Shreyas A S <137637016+ShreyasASTech@users.noreply.github.com> Date: Sun, 9 Jul 2023 02:37:06 +0530 Subject: [PATCH] Fixed a typo in keybindings.md (#2852) A 'to' was missing. I noticed it while reading through the documentation. --- runtime/help/keybindings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/help/keybindings.md b/runtime/help/keybindings.md index f4aba70f..9670d888 100644 --- a/runtime/help/keybindings.md +++ b/runtime/help/keybindings.md @@ -16,7 +16,7 @@ Micro will know what to do with it. You can use Ctrl + arrows to move word by word (Alt + arrows for Mac). Alt + left and right move the cursor to the start and end of the line (Ctrl + left/right for Mac), and Ctrl + up and down move the -cursor the start and end of the buffer. +cursor to the start and end of the buffer. You can hold shift with all of these movement actions to select while moving.