|
212 | 212 | =================================================================
|
213 | 213 |
|
214 | 214 | Motions are useful for extending the current selection and for
|
215 |
| - quick movement around the text. After selecting the word under |
216 |
| - the cursor with \\[meow-mark-word] you can extend the selection with some common |
217 |
| - movements listed below. |
| 215 | + quick movement around the text. |
218 | 216 |
|
219 | 217 | \\[meow-next-word] - Moves forward to the end of the current word.
|
220 | 218 | \\[meow-back-word] - Moves backward to the beginning of the current word.
|
221 | 219 | \\[meow-next-symbol] - Moves to the end of the current symbol.
|
222 | 220 | \\[meow-back-symbol] - Moves to the start of the current symbol.
|
223 | 221 |
|
224 |
| - Cursor position can be reversed with \\[meow-reverse] to extend the selection |
225 |
| - the other directions. In-case too much gets selected, you can |
226 |
| - undo the previous selection with \\[meow-pop-selection] key. |
| 222 | + After selecting the word under the cursor with \\[meow-mark-word] you can |
| 223 | + extend the selection using the same commands. |
| 224 | +
|
| 225 | + \\[meow-next-word] - Adds the next word to the selection. |
| 226 | + \\[meow-back-word] - Adds the previous word to the selection. |
| 227 | + \\[meow-next-symbol] - Adds the next symbol to the selection. |
| 228 | + \\[meow-back-symbol] - Adds the previous symbol to the selection. |
| 229 | +
|
| 230 | + In-case too much gets selected, you can undo the previous selection |
| 231 | + with \\[meow-pop-selection] key. |
227 | 232 |
|
228 | 233 | 1. Move the cursor to the line below marked -->.
|
229 | 234 | 2. Select the word with \\[meow-mark-word].
|
230 | 235 | 3. Extend the selection with \\[meow-next-word].
|
231 | 236 | 4. Press \\[meow-kill] to delete the selection.
|
232 |
| - 5. (Optional) Try reversing the cursor and extending the selection. |
233 | 237 |
|
234 | 238 | --> This sentence is most definitelly not at all short.
|
235 | 239 | This sentence is short.
|
|
240 | 244 |
|
241 | 245 | Pressing \\[meow-line] will select the whole line. Pressing it again will
|
242 | 246 | add the next line to the selection. Numbers can also be used
|
243 |
| - to select multiple lines at once. |
| 247 | + to select multiple lines at once. Cursor position can be reversed with |
| 248 | + \\[meow-reverse] to extend the selection in the other direction. |
244 | 249 |
|
245 | 250 | 1. Move the cursor to the second line below marked -->.
|
246 | 251 | 2. Press \\[meow-line] to select the current line, and \\[meow-kill] to delete it.
|
247 | 252 | 3. Move to the fourth line.
|
248 | 253 | 4. Select 2 lines either by hitting \\[meow-line] twice or \\[meow-line] 1 in combination.
|
249 | 254 | 5. Delete the selection with \\[meow-kill].
|
| 255 | + 6. (Optional) Try reversing the cursor and extending the selection. |
250 | 256 |
|
251 | 257 | --> 1) Roses are red,
|
252 | 258 | --> 2) Mud is fun,
|
|
0 commit comments