OSDN Git Service

Initial release
[ii-lp-script/ii-lp-script.git] / Move Caret To Word End / README.md
1 # Move Caret to Word End
2
3 Moves all carets to the closes word end.
4
5 Action:
6
7 * `Move Caret to Next Word End`
8 * `Move Caret to Previous Word End`
9
10 Shortcut:
11
12 * <kbd>Ctrl</kbd>+<kbd>NumPad 6</kbd> -- Move Caret to Next Word End
13 * <kbd>Ctrl</kbd>+<kbd>NumPad 4</kbd> -- Move Caret to Previous Word End
14
15 When moving word-by-word, the IDE's builtin algorithm stops on word starts. Often you can reach the word end only by
16 moving one word further then moving a couple of characters back. But this may not be an option when using multiple
17 carets and there are different amounts of separators between the words.