Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
  • Loading branch information
carlos-zamora and jsoref authored May 28, 2020
1 parent b3c327d commit be4b35b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/specs/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, 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. |


Expand Down

0 comments on commit be4b35b

Please sign in to comment.