After some further days of working with, I found some edge cases with
my recently proposed key bindings.
Adding a new-line after a : is not a good idea in the variables
context. Therefore I'd suggest to limit this function to contexts.
The only left key it might be useful with is the file_extensions
key. Not sure if it makes sense to add it as well.
The other way round, adding a space after the first : would make
sense in the variables context, if it does not yet exist.
After some further days of working with, I found some edge cases with my recently proposed key bindings.
Adding a new-line after a
:
is not a good idea in thevariables
context. Therefore I'd suggest to limit this function tocontexts
. The only left key it might be useful with is thefile_extensions
key. Not sure if it makes sense to add it as well.The other way round, adding a space after the first
:
would make sense in thevariables
context, if it does not yet exist.