Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/help/static-commands/move_prev_long_word_start.md')
-rw-r--r--runtime/help/static-commands/move_prev_long_word_start.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/runtime/help/static-commands/move_prev_long_word_start.md b/runtime/help/static-commands/move_prev_long_word_start.md
new file mode 100644
index 00000000..1b223c96
--- /dev/null
+++ b/runtime/help/static-commands/move_prev_long_word_start.md
@@ -0,0 +1,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. │
+└────────────────────┘ └────────────────────┘