Unnamed repository; edit this file 'description' to name the repository.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
`move_prev_long_word_start`

Moves and selects backward, stopping at
the first character of the previous WORD.

For the difference between words and WORDS, see "Words vs. WORDS".

--- Examples ---

The cursor moves backwards, stopping at the start of 'These-are'
and selecting everything along the way.
┌────────────────────┐     ┌────────────────────┐
│ These-are[ ]WORDS. │ --> │ [These-are )WORDS. │
└────────────────────┘     └────────────────────┘
┌────────────────────┐     ┌────────────────────┐
│ These-are [W]ORDS. │ --> │ [These-are )WORDS. │
└────────────────────┘     └────────────────────┘
┌────────────────────┐     ┌────────────────────┐
│ These-a[r]e WORDS. │ --> │ [These-ar)e WORDS. │
└────────────────────┘     └────────────────────┘