Skip to content

Backward Select Until Action

Selects from the caret backward up to the key you press, or the start of line.

Example

Symbol Meaning
| Caret
[ ] Selection

Before

const a = document.body.style|;

Action

  1. Execute the action
  2. Press ++dot++

After

const a = document.body.|[style];

Remarks

Tip

To cancel the action, press Esc.