-
|
Hi! In Neovim, I can type == to fix the current line indentation. How can I do this in Helix? = format the source code, which is not what I want. It works if I create a new line (o), but I want to apply the same indentation to an existing line. For example, if I have: I want to convert to: How can I do this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
You can use |
Beta Was this translation helpful? Give feedback.
-
|
This isn't implemented yet. I think it would be possible to write such a feature now with minimal code, but I think something like #6044 would be good to fix indentation. |
Beta Was this translation helpful? Give feedback.
This isn't implemented yet. I think it would be possible to write such a feature now with minimal code, but I think something like #6044 would be good to fix indentation.