Skip to content

Commit

Permalink
Add note to keymap.md regarding format_selections (helix-editor#1230
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Omnikar authored Dec 6, 2021
1 parent 93e276c commit 178cd5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/keymap.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
| `"` `<reg>` | Select a register to yank to or paste from | `select_register` |
| `>` | Indent selection | `indent` |
| `<` | Unindent selection | `unindent` |
| `=` | Format selection (**LSP**) | `format_selections` |
| `=` | Format selection (currently nonfunctional/disabled) (**LSP**) | `format_selections` |
| `d` | Delete selection | `delete_selection` |
| `Alt-d` | Delete selection, without yanking | `delete_selection_noyank` |
| `c` | Change selection (delete and enter insert mode) | `change_selection` |
Expand Down

0 comments on commit 178cd5e

Please sign in to comment.