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