Skip to content

Commit

Permalink
Remove outdated comment about key binding being disabled (helix-edito…
Browse files Browse the repository at this point in the history
…r#10717)

I just used the `=` binding to format a selection in a CSS file in helix 23.10 (5931a46) so removing this comment as outdated.
  • Loading branch information
aral committed May 8, 2024
1 parent f656b4f commit f4a6100
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 @@ -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` |
| `>` | Indent selection | `indent` |
| `<` | Unindent selection | `unindent` |
| `=` | Format selection (currently nonfunctional/disabled) (**LSP**) | `format_selections` |
| `=` | Format selection (**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 f4a6100

Please sign in to comment.