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