()
| 476 | return new VisualMode().init(); |
| 477 | }, |
| 478 | "V"() { |
| 479 | return new VisualLineMode().init(); |
| 480 | }, |
| 481 | "c"() { |
| 482 | // If we're already in caret mode, or if the selection looks the same as it would in caret mode, |
| 483 | // then callapse to anchor (so that the caret-mode selection will seem unchanged). Otherwise, |