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