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