Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/help/static-commands/move_prev_word_start.md')
| -rw-r--r-- | runtime/help/static-commands/move_prev_word_start.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/runtime/help/static-commands/move_prev_word_start.md b/runtime/help/static-commands/move_prev_word_start.md new file mode 100644 index 00000000..0e71450a --- /dev/null +++ b/runtime/help/static-commands/move_prev_word_start.md @@ -0,0 +1,18 @@ +`move_prev_word_start` + +Moves and selects backward, stopping at +the first character of the previous word. + +--- Examples --- + +The cursor moves backwards, stopping at the start of 'These' +and selecting everything along the way. +┌────────────────────┐ ┌────────────────────┐ +│ These[ ]are words. │ --> │ [These )are words. │ +└────────────────────┘ └────────────────────┘ +┌────────────────────┐ ┌────────────────────┐ +│ These [a]re words. │ --> │ [These )are words. │ +└────────────────────┘ └────────────────────┘ +┌────────────────────┐ ┌────────────────────┐ +│ Th[e]se are words. │ --> │ [The)se are words. │ +└────────────────────┘ └────────────────────┘ |