|
|
@ -109,7 +109,7 @@ 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` |
|
|
|
|