|
|
@ -109,10 +109,11 @@ Normal mode is the default mode when you launch helix. You can return to it from
|
|
|
|
### Selection manipulation
|
|
|
|
### Selection manipulation
|
|
|
|
|
|
|
|
|
|
|
|
| Key | Description | Command |
|
|
|
|
| Key | Description | Command |
|
|
|
|
| ----- | ----------- | ------- |
|
|
|
|
|----------------------| ----------- | ------- |
|
|
|
|
| `s` | Select all regex matches inside selections | `select_regex` |
|
|
|
|
| `s` | Select all regex matches inside selections | `select_regex` |
|
|
|
|
| `S` | Split selection into sub selections on regex matches | `split_selection` |
|
|
|
|
| `S` | Split selection into sub selections on regex matches | `split_selection` |
|
|
|
|
| `Alt-s` | Split selection on newlines | `split_selection_on_newline` |
|
|
|
|
| `Alt-s` | Split selection on newlines | `split_selection_on_newline` |
|
|
|
|
|
|
|
|
| `Alt-S` | Select first and last characters of each selection | `select_first_and_last_chars` |
|
|
|
|
| `Alt-minus` | Merge selections | `merge_selections` |
|
|
|
|
| `Alt-minus` | Merge selections | `merge_selections` |
|
|
|
|
| `Alt-_` | Merge consecutive selections | `merge_consecutive_selections` |
|
|
|
|
| `Alt-_` | Merge consecutive selections | `merge_consecutive_selections` |
|
|
|
|
| `&` | Align selection in columns | `align_selections` |
|
|
|
|
| `&` | Align selection in columns | `align_selections` |
|
|
|
|