From eac00b2c22f71201c062ef9576d2e7539e39491c Mon Sep 17 00:00:00 2001 From: Carlos Zamora Date: Wed, 27 May 2020 17:25:56 -0700 Subject: [PATCH] update date and misspelling --- doc/specs/#4993 - Keyboard Selection/Keyboard-Selection.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/specs/#4993 - Keyboard Selection/Keyboard-Selection.md b/doc/specs/#4993 - Keyboard Selection/Keyboard-Selection.md index 3fb74143418..7c2f8e4648b 100644 --- a/doc/specs/#4993 - Keyboard Selection/Keyboard-Selection.md +++ b/doc/specs/#4993 - Keyboard Selection/Keyboard-Selection.md @@ -1,7 +1,7 @@ --- author: Carlos Zamora @carlos-zamora created on: 2019-08-30 -last updated: 2020-05-13 +last updated: 2020-05-27 issue id: #715 --- @@ -80,7 +80,7 @@ If a selection is active, `markMode` leaves the selection untouched, all subsequ Pressing `markMode` again, will then anchor "start". Subsequent `moveSelectionPoint` calls move the "end" selection point. -Pressing `markMode` essentially cycles between which selection point is targetted. +Pressing `markMode` essentially cycles between which selection point is targeted. #### Block Selection A user can normally create a block selection by holding alt then creating a selection. @@ -131,7 +131,7 @@ Thanks to Keybinding Args, there will only be 2 new commands that need to be add | | `Enum direction { up, down, left, right}` | The direction the selection will be moved in. | | | `Enum expansionMode { cell, word, line, viewport, buffer }` | The context for which to move the selection anchor to. (defaults to `cell`) | `selectEntireBuffer` | | Select the entire text buffer. -| `markMode` | | Cycle the selection point targetted by `moveSelectionPoint`. If no selection exists, a selection is created at the cursor. | +| `markMode` | | Cycle the selection point targeted by `moveSelectionPoint`. If no selection exists, a selection is created at the cursor. | | `toggleBlockSelection` | | Transform the existing selection between a block selection and a line selection. |