Skip to content

Commit

Permalink
update date and misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-zamora committed Jun 23, 2020
1 parent dbf1e4e commit dcc27b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/specs/#4993 - Keyboard Selection/Keyboard-Selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <kbd>alt</kbd> then creating a selection.
Expand Down Expand Up @@ -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, 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. |


Expand Down

0 comments on commit dcc27b6

Please sign in to comment.