|
|
@ -89,7 +89,7 @@ Normal mode is the default mode when you launch helix. You can return to it from
|
|
|
|
| `"` `<reg>` | Select a register to yank to or paste from | `select_register` |
|
|
|
|
| `"` `<reg>` | Select a register to yank to or paste from | `select_register` |
|
|
|
|
| `>` | Indent selection | `indent` |
|
|
|
|
| `>` | Indent selection | `indent` |
|
|
|
|
| `<` | Unindent selection | `unindent` |
|
|
|
|
| `<` | Unindent selection | `unindent` |
|
|
|
|
| `=` | Format selection (currently nonfunctional/disabled) (**LSP**) | `format_selections` |
|
|
|
|
| `=` | Format selection (**LSP**) | `format_selections` |
|
|
|
|
| `d` | Delete selection | `delete_selection` |
|
|
|
|
| `d` | Delete selection | `delete_selection` |
|
|
|
|
| `Alt-d` | Delete selection, without yanking | `delete_selection_noyank` |
|
|
|
|
| `Alt-d` | Delete selection, without yanking | `delete_selection_noyank` |
|
|
|
|
| `c` | Change selection (delete and enter insert mode) | `change_selection` |
|
|
|
|
| `c` | Change selection (delete and enter insert mode) | `change_selection` |
|
|
|
|